Information about plays

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

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

{
    "id": 371082,
    "uri": "https://api.kexp.org/v2/plays/371082/?format=api",
    "airdate": "2019-08-23T00:05:23-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "As Chances",
    "track_id": "e9561f0e-e97d-40b1-acc1-6412f5c30439",
    "recording_id": null,
    "artist": "Boogarins",
    "artist_ids": [
        "46713d05-4143-4704-a9c3-71b482a13944"
    ],
    "album": "Sombrou Dúvida",
    "release_id": "529cefed-1219-430e-a79c-a1d6ada003cd",
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2019-05-10",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Boogarins's upcoming concert with Tres Leches and Winter is at Chop Suey in Seattle on September 24th!\nCatch them LIVE in KEXP studio (BROADCAST ONLY) Tuesday, September 27th at 2:00 PM",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}