Information about plays

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

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

{
    "id": 370817,
    "uri": "https://api.kexp.org/v2/plays/370817/?format=api",
    "airdate": "2019-08-22T12:01:06-07:00",
    "show": 6178,
    "show_uri": "https://api.kexp.org/v2/shows/6178/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Weight of the World",
    "track_id": "27e218e0-e633-4258-a961-3c66540f2d91",
    "recording_id": null,
    "artist": "Black Rebel Motorcycle Club",
    "artist_ids": [
        "32b90c92-9978-4a07-90eb-caa4b22f4907"
    ],
    "album": "Howl",
    "release_id": "874545aa-0806-4667-89b4-aa3c7d72f33b",
    "release_group_id": null,
    "labels": [
        "RCA"
    ],
    "label_ids": [
        "1ca5ed29-e00b-4ea5-b817-0bcca0e04946"
    ],
    "release_date": "2005-08-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "<i>Howl</i> was released on this day in 2005, 14 years ago. Today is also the 41st birthday of BRMC's Robert Levon Been. <br> <br>Black Rebel Motorcycle Club performed live in the KEXP studio in February 2018. Watch it here: https://www.youtube.com/watch?v=07cQf-UxNYc&t=34s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}