Information about plays

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

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

{
    "id": 2682898,
    "uri": "https://api.kexp.org/v2/plays/2682898/?format=api",
    "airdate": "2020-01-06T15:38:30-08:00",
    "show": 46308,
    "show_uri": "https://api.kexp.org/v2/shows/46308/?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": "Did you know KEXP's old home used to be at the intersection of Dexter Avenue and Denny Way? Check out this article about KEXP DJs and Staff Remembering the KEXP Old Home: https://www.kexp.org/read/2015/12/08/kexp-djs-and-staff-remember-the-kexp-old-home-part-one/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}