Information about plays

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

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

{
    "id": 2675869,
    "uri": "https://api.kexp.org/v2/plays/2675869/?format=api",
    "airdate": "2019-12-20T09:33:06-08:00",
    "show": 46185,
    "show_uri": "https://api.kexp.org/v2/shows/46185/?format=api",
    "image_uri": "https://coverartarchive.org/release/29456596-9161-443d-8702-f8bd555b8ca8/24814615209-250.jpg",
    "thumbnail_uri": "",
    "song": "Fly Boy Blue / Lunette",
    "track_id": "d7163261-c9d1-4f9f-84da-73971e45eb17",
    "recording_id": null,
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "The Take Off and Landing of Everything",
    "release_id": "29456596-9161-443d-8702-f8bd555b8ca8",
    "release_group_id": null,
    "labels": [
        "Concord Records"
    ],
    "label_ids": [
        "c5f3bc66-5e1e-47bf-8737-46612304aca6"
    ],
    "release_date": "2014-03-11",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Number 15.  Elbow's sixth studio album came out in March, 2014.  \"It's a lethal ballet...\"  Watch the video for \"Fly Boy Blue/ Lunette\": https://www.youtube.com/watch?v=dELKUivJo4w",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}