Information about plays

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

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

{
    "id": 376535,
    "uri": "https://api.kexp.org/v2/plays/376535/?format=api",
    "airdate": "2019-09-04T13:14:31-07:00",
    "show": 6267,
    "show_uri": "https://api.kexp.org/v2/shows/6267/?format=api",
    "image_uri": "http://coverartarchive.org/release/401b0a2d-a250-4fe0-ae73-53fc4ca4ae68/18173981072-250.jpg",
    "thumbnail_uri": "",
    "song": "Loser",
    "track_id": "21f9484c-bc54-39a8-806d-0745c2779c39",
    "recording_id": null,
    "artist": "Beck",
    "artist_ids": [
        "309c62ba-7a22-4277-9f67-4a162526d18a"
    ],
    "album": "Mellow Gold",
    "release_id": "401b0a2d-a250-4fe0-ae73-53fc4ca4ae68",
    "release_group_id": null,
    "labels": [
        "Bong Load Custom Records"
    ],
    "label_ids": [
        "b41ac8e4-c575-44df-a544-40ad84723ff3"
    ],
    "release_date": "1994-03-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Who does not remember this classic album from 1994? Maybe you were running down your dorm hallway singing \"Loser\" at the top of your lungs? Who me? No, it was you! https://www.youtube.com/watch?v=YgSPaXgAdzE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}