Information about plays

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

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

{
    "id": 2681541,
    "uri": "https://api.kexp.org/v2/plays/2681541/?format=api",
    "airdate": "2020-01-03T07:24:01-08:00",
    "show": 46282,
    "show_uri": "https://api.kexp.org/v2/shows/46282/?format=api",
    "image_uri": "https://coverartarchive.org/release/a782c648-c08a-3558-bd7a-c85f0a970ec6/18805998616-250.jpg",
    "thumbnail_uri": "",
    "song": "Transmission",
    "track_id": "9bc07b2f-254a-3fd4-ac94-c8ae820eaf33",
    "recording_id": null,
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Substance",
    "release_id": "a782c648-c08a-3558-bd7a-c85f0a970ec6",
    "release_group_id": null,
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1988-08-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Here’s an incredible video of the group performing “Transmission” on the BBC2 program \"Something Else: on September 15th, 1979.: https://www.rollingstone.com/music/music-news/flashback-joy-division-appear-on-the-bbc-in-1979-167070/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}