Information about plays

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

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

{
    "id": 350189,
    "uri": "https://api.kexp.org/v2/plays/350189/?format=api",
    "airdate": "2019-07-04T21:12:06-07:00",
    "show": 5832,
    "show_uri": "https://api.kexp.org/v2/shows/5832/?format=api",
    "image_uri": "http://coverartarchive.org/release/c3c72a07-91f8-41bc-8905-1c4f206c0b4a/14675274042-250.jpg",
    "thumbnail_uri": "",
    "song": "We Are the Halluci Nation",
    "track_id": "a5ef48e3-b183-45f5-aece-6f56ccde452a",
    "recording_id": null,
    "artist": "A Tribe Called Red feat. John Trudell & Northern Voice (Atikamekw)",
    "artist_ids": [
        "284ee768-2c9a-440a-be37-db926e90fc1c"
    ],
    "album": "We Are the Halluci Nation",
    "release_id": "c3c72a07-91f8-41bc-8905-1c4f206c0b4a",
    "release_group_id": null,
    "labels": [
        "Radicalized Records"
    ],
    "label_ids": [
        "cc6c3a8e-8f8d-4a22-8073-3ea1f00d40e9"
    ],
    "release_date": "2016-09-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We are the Halluci Nation, intones John Trudell, the late Native American activist and poet, on this powerful rallying cry of a title track from A Tribe Called Red’s third album.\nA Tribe Called Red will perform at Capitol Hill Block Party 2019 on the Neumos Stage, Saturday July 20",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}