Information about plays

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

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

{
    "id": 2677916,
    "uri": "https://api.kexp.org/v2/plays/2677916/?format=api",
    "airdate": "2019-12-25T11:20:37-08:00",
    "show": 46222,
    "show_uri": "https://api.kexp.org/v2/shows/46222/?format=api",
    "image_uri": "https://coverartarchive.org/release/47862230-f810-361c-838a-a1faf043ae95/6236582169-250.jpg",
    "thumbnail_uri": "",
    "song": "White Winter Hymnal",
    "track_id": "bb124894-75a2-36b6-8e02-8ebc84656b2d",
    "recording_id": null,
    "artist": "Fleet Foxes",
    "artist_ids": [
        "fa97dd36-1b82-43d7-a6e4-2adeafd59cef"
    ],
    "album": "Fleet Foxes",
    "release_id": "47862230-f810-361c-838a-a1faf043ae95",
    "release_group_id": null,
    "labels": [
        "Bella Union"
    ],
    "label_ids": [
        "2e72153d-8eb0-49a3-8b18-3a054d2c7f33"
    ],
    "release_date": "2008-06-16",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}