Information about plays

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

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

{
    "id": 371530,
    "uri": "https://api.kexp.org/v2/plays/371530/?format=api",
    "airdate": "2019-08-23T23:43:47-07:00",
    "show": 6186,
    "show_uri": "https://api.kexp.org/v2/shows/6186/?format=api",
    "image_uri": "http://coverartarchive.org/release/7078fdd0-f277-4b51-af1c-f5c5d239e670/23661006911-250.jpg",
    "thumbnail_uri": "",
    "song": "Bellacoso",
    "track_id": "8f4b2a21-b23b-40b8-b6e0-44499a993b7c",
    "recording_id": null,
    "artist": "Residente & Bad Bunny",
    "artist_ids": [
        "b38a00f2-3746-4e9e-93de-8257ca5b1680"
    ],
    "album": "Bellacoso",
    "release_id": "7078fdd0-f277-4b51-af1c-f5c5d239e670",
    "release_group_id": null,
    "labels": [
        "Sony Music | Latin"
    ],
    "label_ids": [
        "99962abe-c219-4031-9c6c-c61fc3885944"
    ],
    "release_date": "2019-07-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}