Information about plays

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

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

{
    "id": 1358849,
    "uri": "https://api.kexp.org/v2/plays/1358849/?format=api",
    "airdate": "2008-04-06T05:37:00-07:00",
    "show": 23729,
    "show_uri": "https://api.kexp.org/v2/shows/23729/?format=api",
    "image_uri": "http://ecx.images-amazon.com/images/I/41M77FX7HAL.jpg",
    "thumbnail_uri": "http://ecx.images-amazon.com/images/I/41M77FX7HAL._SL75_.jpg",
    "song": "Sympathy for the Devil",
    "track_id": "5f4f78e0-148f-43e6-9e3a-f0af43312efe",
    "recording_id": null,
    "artist": "The Rolling Stones",
    "artist_ids": [
        "b071f9fa-14b0-4217-8e97-eb41da73f598"
    ],
    "album": "Beggars Banquet",
    "release_id": "8c6227b9-7b73-4379-be86-df22d7e0406c",
    "release_group_id": null,
    "labels": [
        "London Records"
    ],
    "label_ids": [
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}