Information about plays

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

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

{
    "id": 376897,
    "uri": "https://api.kexp.org/v2/plays/376897/?format=api",
    "airdate": "2019-09-05T06:17:09-07:00",
    "show": 6272,
    "show_uri": "https://api.kexp.org/v2/shows/6272/?format=api",
    "image_uri": "http://coverartarchive.org/release/9403f03a-e92c-3f32-b11d-8f696ad0df19/5717610475-250.jpg",
    "thumbnail_uri": "",
    "song": "“Heroes” / “Helden”",
    "track_id": "378d5a82-26c7-32b0-bfa1-b877b2512bc7",
    "recording_id": null,
    "artist": "David Bowie",
    "artist_ids": [
        "5441c29d-3602-4898-b1a1-b77fa23b8e50"
    ],
    "album": "Christiane F.: Wir Kinder vom Bahnhof Zoo",
    "release_id": "9403f03a-e92c-3f32-b11d-8f696ad0df19",
    "release_group_id": null,
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This 1977 single re-charted in the UK after Bowie's death on January 10, 2016",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}