Information about plays

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

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

{
    "id": 372473,
    "uri": "https://api.kexp.org/v2/plays/372473/?format=api",
    "airdate": "2019-08-26T07:49:15-07:00",
    "show": 6206,
    "show_uri": "https://api.kexp.org/v2/shows/6206/?format=api",
    "image_uri": "http://coverartarchive.org/release/9932d0b0-d9a5-3e3a-8ea6-837abaa97556/21311814563-250.jpg",
    "thumbnail_uri": "",
    "song": "Manta Ray",
    "track_id": "2f99dc69-8662-3a0c-859b-f722280edcb1",
    "recording_id": null,
    "artist": "Pixies",
    "artist_ids": [
        "b6b2bb8d-54a9-491f-9607-7b546023b433"
    ],
    "album": "Pixies at the BBC",
    "release_id": "9932d0b0-d9a5-3e3a-8ea6-837abaa97556",
    "release_group_id": null,
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "1998-07-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pixies... excellent choice! 💯",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}