Information about plays

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

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

{
    "id": 424109,
    "uri": "https://api.kexp.org/v2/plays/424109/?format=api",
    "airdate": "2001-05-13T19:47:08-07:00",
    "show": 7112,
    "show_uri": "https://api.kexp.org/v2/shows/7112/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Be",
    "track_id": "740b9f32-f80f-4689-b52c-fd163d2a7902",
    "recording_id": null,
    "artist": "Punch & Wordsworth",
    "artist_ids": [
        "45023fa3-1d11-409f-9d3d-0edbadd726f0"
    ],
    "album": "Underground Airplay, Version 1.0",
    "release_id": "d805a6da-aa9e-42cb-8bba-2665f5bdfcb1",
    "release_group_id": null,
    "labels": [
        "Mona"
    ],
    "label_ids": [
        "17b979ab-084c-4784-9804-b216b11985ec"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}