Information about plays

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

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

{
    "id": 355222,
    "uri": "https://api.kexp.org/v2/plays/355222/?format=api",
    "airdate": "2019-07-16T20:35:00-07:00",
    "show": 5922,
    "show_uri": "https://api.kexp.org/v2/shows/5922/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wolf Totem",
    "track_id": null,
    "recording_id": null,
    "artist": "The Hu",
    "artist_ids": [
        "803cb255-2fc9-453a-9617-b20e64369232"
    ],
    "album": "The Gereg",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Eleven Seven Music"
    ],
    "label_ids": [],
    "release_date": "2019-09-13",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The HU’s track “Wolf Totem” holy smokes, an absolute blast. The HU call their music Hunnu rock, and the video for “Wolf Totem” is worth a watch both for the music and the visuals, both are stunning. Watch here: https://www.youtube.com/watch?v=jM8dCGIm6yc\nCatch them LIVE with BabyMetal, at Paramount Theatre, on October 16!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}