Information about plays

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

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

{
    "id": 369978,
    "uri": "https://api.kexp.org/v2/plays/369978/?format=api",
    "airdate": "2019-08-20T16:38:51-07:00",
    "show": 6167,
    "show_uri": "https://api.kexp.org/v2/shows/6167/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Wannago",
    "track_id": "dc9ba309-b98c-4ef4-943e-f73c6b21e8d9",
    "recording_id": null,
    "artist": "Frankie Cosmos",
    "artist_ids": [
        "e49dd402-2297-4192-a359-48b233d39cd4"
    ],
    "album": "Close It Quietly",
    "release_id": "d8948f29-4021-434e-891c-d1c7d3d79f96",
    "release_group_id": null,
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2019-09-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this song, singer Greta Klein has said: \"“Wannago” is an older song that I thought would never come out. Every time we ever tried to arrange it we gave up or lied that we would come back to it later. It felt too hard, and I found some of the lyrics embarrassing.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}