Information about plays

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

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

{
    "id": 356003,
    "uri": "https://api.kexp.org/v2/plays/356003/?format=api",
    "airdate": "2019-07-18T10:34:29-07:00",
    "show": 5932,
    "show_uri": "https://api.kexp.org/v2/shows/5932/?format=api",
    "image_uri": "http://coverartarchive.org/release/56d98466-411b-435f-941e-01f1877e59e9/14739665423-250.jpg",
    "thumbnail_uri": "",
    "song": "Another Space Song",
    "track_id": "8985a723-280a-30a1-9b29-7ba406451c83",
    "recording_id": null,
    "artist": "Failure",
    "artist_ids": [
        "f0ed9f50-70b9-4406-9374-7d76ae21a04a"
    ],
    "album": "Fantastic Planet",
    "release_id": "56d98466-411b-435f-941e-01f1877e59e9",
    "release_group_id": null,
    "labels": [
        "Slash"
    ],
    "label_ids": [
        "490afeef-44aa-4bba-b5d7-df875609957f"
    ],
    "release_date": "1996-08-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Failure perform this song in this in-studio session from August 2015 at KEXP studios: https://www.youtube.com/watch?v=4jIhx_DZ2Vk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}