Information about plays

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

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

{
    "id": 349952,
    "uri": "https://api.kexp.org/v2/plays/349952/?format=api",
    "airdate": "2019-07-04T07:50:22-07:00",
    "show": 5829,
    "show_uri": "https://api.kexp.org/v2/shows/5829/?format=api",
    "image_uri": "http://coverartarchive.org/release/81776221-c3ae-4662-8f2f-7a239cbb24af/13882287556-250.jpg",
    "thumbnail_uri": "",
    "song": "The Cedar Room",
    "track_id": "1f96bd87-4e63-3716-af2b-aa9548a552f7",
    "recording_id": null,
    "artist": "Doves",
    "artist_ids": [
        "9de8f66e-3cd1-4f11-8328-38200f0612b0"
    ],
    "album": "Lost Souls",
    "release_id": "81776221-c3ae-4662-8f2f-7a239cbb24af",
    "release_group_id": null,
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "2000-10-17",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We haven't seen a new album from Doves since 2009's <i>Kingdom of Rust</i>, but according to bassist Jimi Goodwin in March: \"Unofficially, we’ve started writing. And it’s really, really good. I brought three to the table, they brought three to the table, we had some we hadn’t licked before that we’ve totally licked now. And they’re all really, really f**king good Doves songs.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}