Information about plays

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

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

{
    "id": 378109,
    "uri": "https://api.kexp.org/v2/plays/378109/?format=api",
    "airdate": "2019-09-07T22:30:00-07:00",
    "show": 6292,
    "show_uri": "https://api.kexp.org/v2/shows/6292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "My Youth",
    "track_id": "fd16d4a5-0a9b-3ded-aa4a-e0b2679ba03a",
    "recording_id": null,
    "artist": "Pegboy",
    "artist_ids": [
        "13e78eec-9ee4-47f2-a50e-2a9f519cb6e2"
    ],
    "album": "Three Chord Monte",
    "release_id": "e148fa7f-7cb3-4dd2-9789-c94ef45558bf",
    "release_group_id": null,
    "labels": [
        "Quarterstick Records"
    ],
    "label_ids": [
        "ec609a3f-541e-43f2-84c5-9ee20b404f26"
    ],
    "release_date": "1990-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}