Information about plays

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

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

{
    "id": 354849,
    "uri": "https://api.kexp.org/v2/plays/354849/?format=api",
    "airdate": "2019-07-15T23:15:13-07:00",
    "show": 5916,
    "show_uri": "https://api.kexp.org/v2/shows/5916/?format=api",
    "image_uri": "http://coverartarchive.org/release/5af0f38c-1922-4716-a33c-c36bce6c3e03/22261837689-250.jpg",
    "thumbnail_uri": "",
    "song": "A Caged Bird / Imitations of Life",
    "track_id": "75679673-8340-4abc-bbb5-2d5a296c94b3",
    "recording_id": null,
    "artist": "The Cinematic Orchestra featuring Roots Manuva",
    "artist_ids": [
        "7c158ea8-c0aa-410e-bdc1-20bba9759577"
    ],
    "album": "To Believe",
    "release_id": "5af0f38c-1922-4716-a33c-c36bce6c3e03",
    "release_group_id": null,
    "labels": [
        "Domino"
    ],
    "label_ids": [
        "f27235b7-7666-4d70-a2c7-9f7b1981eaa0"
    ],
    "release_date": "2019-03-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aside from reuniting The Cinematic Orchestra's Jason Swinscoe and longtime partner Dominic Smith, the album features Moses Sumney, Roots Manuva, Heidi Vogel, Grey Reverend, Dorian Concept and Tawiah, along with strings by Miguel Atwood-Ferguson.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}