Information about plays

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

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

{
    "id": 379999,
    "uri": "https://api.kexp.org/v2/plays/379999/?format=api",
    "airdate": "2019-09-12T12:42:55-07:00",
    "show": 6323,
    "show_uri": "https://api.kexp.org/v2/shows/6323/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Meticulous Bird",
    "track_id": "0eae89d0-6abd-45b9-a2be-7763972c32e2",
    "recording_id": null,
    "artist": "Thao & the Get Down Stay Down",
    "artist_ids": [
        "fae834bb-51d6-436f-9492-29455f42ba0d"
    ],
    "album": "A Man Alive",
    "release_id": "179625b1-6fa0-41b5-976f-9c467c035737",
    "release_group_id": null,
    "labels": [
        "Ribbon Music"
    ],
    "label_ids": [
        "ca3afed1-d509-465e-89d0-952d167b2abb"
    ],
    "release_date": "2016-03-04",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thao and the Get Down Stay Down performed live in the KEXP studio in March 2016. Watch it here: https://www.youtube.com/watch?v=JAhbD1gpw80",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}