Information about plays

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

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

{
    "id": 370354,
    "uri": "https://api.kexp.org/v2/plays/370354/?format=api",
    "airdate": "2019-08-21T11:09:28-07:00",
    "show": 6172,
    "show_uri": "https://api.kexp.org/v2/shows/6172/?format=api",
    "image_uri": "http://coverartarchive.org/release/1f94d9e0-8081-44ac-9591-3061ca8597f9/17370113352-250.jpg",
    "thumbnail_uri": "",
    "song": "Shine a Light",
    "track_id": "079b3976-4c60-42c7-8491-6b913248217d",
    "recording_id": null,
    "artist": "Shabazz Palaces feat. Thaddillac",
    "artist_ids": [
        "eb59245c-6c26-462b-b2d3-0f9da9d644d8"
    ],
    "album": "Quazarz: Born on a Gangster Star",
    "release_id": "1f94d9e0-8081-44ac-9591-3061ca8597f9",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2017-07-14",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Shabazz Palaces performing live in the KEXP gathering space in May, 2018. https://www.youtube.com/watch?v=sxWyJVsLnCk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}