Information about plays

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

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

{
    "id": 371086,
    "uri": "https://api.kexp.org/v2/plays/371086/?format=api",
    "airdate": "2019-08-23T00:20:08-07:00",
    "show": 6181,
    "show_uri": "https://api.kexp.org/v2/shows/6181/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Aganju (Latin Project remix)",
    "track_id": "4053fb01-d83a-4541-b87d-b7c4881eb4f0",
    "recording_id": null,
    "artist": "Bebel Gilberto",
    "artist_ids": [
        "8777a849-fb4e-4430-9918-170f619c5286"
    ],
    "album": "Musica De La Noche",
    "release_id": "1f73ec58-13b5-4f93-8553-3d2e387925fe",
    "release_group_id": null,
    "labels": [
        "Musica Records"
    ],
    "label_ids": [
        "d5438206-2f5d-489b-8eeb-0407595a5d92"
    ],
    "release_date": "2009-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Experience Bebel Gilberto performing live in the KEXP studio. Recorded July 20, 2018 https://www.youtube.com/watch?v=HxMnpguudeU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}