Information about plays

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

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

{
    "id": 379991,
    "uri": "https://api.kexp.org/v2/plays/379991/?format=api",
    "airdate": "2019-09-12T12:09:57-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "http://coverartarchive.org/release/059ad661-7be2-4ba9-b495-32254ef4887a/14709768096-250.jpg",
    "thumbnail_uri": "",
    "song": "A 1000 Times",
    "track_id": "1f75eebb-c188-4f4a-979c-44d9739d2138",
    "recording_id": null,
    "artist": "Hamilton Leithauser + Rostam",
    "artist_ids": [
        "6b82c839-ea15-4d3b-96f1-d1be924e9cb7"
    ],
    "album": "I Had a Dream That You Were Mine",
    "release_id": "059ad661-7be2-4ba9-b495-32254ef4887a",
    "release_group_id": null,
    "labels": [
        "Glassnote"
    ],
    "label_ids": [
        "58c69b6f-5c5b-4341-8be6-a43c3e69b408"
    ],
    "release_date": "2016-09-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another song from Caleb's mix. Hamilton Leithauser performed live in the KEXP studio in January 2017. Watch the full performance, including this song, here: https://www.youtube.com/watch?v=yOv4XcvFSfU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}