Information about plays

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

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

{
    "id": 1367148,
    "uri": "https://api.kexp.org/v2/plays/1367148/?format=api",
    "airdate": "2008-04-27T09:00:00-07:00",
    "show": 23871,
    "show_uri": "https://api.kexp.org/v2/shows/23871/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Go Home with Me",
    "track_id": "338b8c33-737d-4999-961c-da6a7508fc73",
    "recording_id": null,
    "artist": "Lightnin' Hopkins",
    "artist_ids": [
        "d5c55b61-78b8-40c9-be1b-de7517c3aebb"
    ],
    "album": "Classic Blues: From Smithsonian Folkways Recordings",
    "release_id": "29f9c5ce-2bc0-4e5f-be95-7da492b8f2cf",
    "release_group_id": null,
    "labels": [
        "Smithsonian Folkways"
    ],
    "label_ids": [
        "a1bc50b9-4ef5-409d-9042-594d653f425a"
    ],
    "release_date": "2003-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}