Information about plays

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

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

{
    "id": 2680037,
    "uri": "https://api.kexp.org/v2/plays/2680037/?format=api",
    "airdate": "2019-12-30T17:44:27-08:00",
    "show": 46259,
    "show_uri": "https://api.kexp.org/v2/shows/46259/?format=api",
    "image_uri": "https://coverartarchive.org/release/03238b74-931e-4dd6-af40-ca19aebc1ab3/24343993371-250.jpg",
    "thumbnail_uri": "",
    "song": "Dexter & Sinister",
    "track_id": "708df599-bb1a-4185-bfa7-6afd539016ab",
    "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": "Check out a recent interview with Guy Garvey from Elbow for KEXP: https://www.kexp.org/read/2019/11/27/guy-garvey-elbow-giants-all-sizes-and-staying-hopeful/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}