Information about plays

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

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

{
    "id": 2681563,
    "uri": "https://api.kexp.org/v2/plays/2681563/?format=api",
    "airdate": "2020-01-03T08:34:58-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "https://coverartarchive.org/release/03238b74-931e-4dd6-af40-ca19aebc1ab3/24343993371-250.jpg",
    "thumbnail_uri": "",
    "song": "Empires",
    "track_id": "406226e0-64e1-4ff3-95c6-c285aa3666ab",
    "recording_id": null,
    "artist": "Elbow",
    "artist_ids": [
        "3cb3928a-526c-4a3d-93c5-53315fa9bde0"
    ],
    "album": "Giants of All Sizes",
    "release_id": "03238b74-931e-4dd6-af40-ca19aebc1ab3",
    "release_group_id": null,
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2019-10-11",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Last year, Elbow released \"Giants of All Sizes,\" their eighth studio album.  NPR calls it an offer of \"hope in political darkness\": https://www.npr.org/2019/10/13/769946869/music-elbow-releases-new-album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}