Information about plays

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

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

{
    "id": 378080,
    "uri": "https://api.kexp.org/v2/plays/378080/?format=api",
    "airdate": "2019-09-07T21:15:44-07:00",
    "show": 6292,
    "show_uri": "https://api.kexp.org/v2/shows/6292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pek Pek",
    "track_id": "8559f571-8ed3-4a57-ae8f-f545fbb91cf4",
    "recording_id": null,
    "artist": "Ball Bag",
    "artist_ids": [],
    "album": "s/t",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "{no label}"
    ],
    "label_ids": [],
    "release_date": "2019-01-01",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}