Information about plays

list: List of plays
retrieve: Information about a specific play by ID

GET /v2/plays/1289138/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "id": 1289138,
    "uri": "https://api.kexp.org/v2/plays/1289138/?format=api",
    "airdate": "2007-10-10T04:32:08-07:00",
    "show": 22557,
    "show_uri": "https://api.kexp.org/v2/shows/22557/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/219PR1ZF2EL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/219PR1ZF2EL._SL75_.jpg",
    "song": "Souvenir",
    "track_id": null,
    "recording_id": null,
    "artist": "Moth Wranglers",
    "artist_ids": [
        "857b9c3d-43b3-4239-bc48-25f9d5722b40"
    ],
    "album": "Never Mind the Context",
    "release_id": "987ea141-c3dd-4543-8cc1-99b81ff28385",
    "release_group_id": null,
    "labels": [
        "Magnetic Motorworks"
    ],
    "label_ids": [
        "0843bf0c-1216-4abf-bd6c-f1a6c8691cd4"
    ],
    "release_date": "2001-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}