Information about plays

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

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

{
    "id": 377246,
    "uri": "https://api.kexp.org/v2/plays/377246/?format=api",
    "airdate": "2019-09-05T23:49:00-07:00",
    "show": 6276,
    "show_uri": "https://api.kexp.org/v2/shows/6276/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sunday Seance",
    "track_id": "7374d1e4-a1ed-3115-b748-c2cd83dd09a1",
    "recording_id": null,
    "artist": "Blockhead",
    "artist_ids": [
        "3bd76ebe-c7dc-47bd-a8af-9e46d2a4f782"
    ],
    "album": "Music by Cavelight",
    "release_id": "71e35bea-f535-43b1-bcbf-9c9236940f29",
    "release_group_id": null,
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [],
    "release_date": "2004-03-23",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Music by Cavelight came about when Mush Records, for whom Blockhead had already produced a breakbeat album, asked him to produce an album.  After Mush Records stopped returning his phone calls, he and his manager sent the demos around other labels before Ninja Tune, having received a copy through Warp Records, offered to release the album.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}