Information about plays

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

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

{
    "id": 379622,
    "uri": "https://api.kexp.org/v2/plays/379622/?format=api",
    "airdate": "2019-09-11T16:49:40-07:00",
    "show": 6319,
    "show_uri": "https://api.kexp.org/v2/shows/6319/?format=api",
    "image_uri": "http://coverartarchive.org/release/7982862f-be8a-4391-b1e3-b41027c290ae/13785975715-250.jpg",
    "thumbnail_uri": "",
    "song": "Xed Eyes",
    "track_id": "58147b1d-f924-4455-a3d7-0e799d37ddf0",
    "recording_id": null,
    "artist": "Holy Fuck",
    "artist_ids": [
        "4342cf80-7c06-4402-a431-457e77310474"
    ],
    "album": "Congrats",
    "release_id": "7982862f-be8a-4391-b1e3-b41027c290ae",
    "release_group_id": null,
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2016-05-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Holy F*ck's in-studio full performance at KEXP here: https://bit.ly/29VW4fU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}