Information about plays

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

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

{
    "id": 373084,
    "uri": "https://api.kexp.org/v2/plays/373084/?format=api",
    "airdate": "2019-08-27T16:44:23-07:00",
    "show": 6214,
    "show_uri": "https://api.kexp.org/v2/shows/6214/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mexican Radio (edit)",
    "track_id": "8c96b1bb-42c2-34f5-a059-31bc2cefad50",
    "recording_id": null,
    "artist": "Wall of Voodoo",
    "artist_ids": [
        "1154b8aa-1cc1-4b01-afff-eca45ae590fa"
    ],
    "album": "Songs That Made This Country Great: The Best of Stan Ridgway",
    "release_id": "605d3f43-9734-3c95-b4d8-8fbcdaeed3b6",
    "release_group_id": null,
    "labels": [
        "I.R.S. Records"
    ],
    "label_ids": [
        "5aa5ddcd-b5d9-4bdf-b528-5083dfd98f03"
    ],
    "release_date": "1992-02-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "... \"This is the mix as it was made and thrown into a pile of other mix tapes/CD's and hopefully picked up by some other KEXP volunteer who listened to it and got the unadvertised theme.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}