Information about plays

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

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

{
    "id": 354079,
    "uri": "https://api.kexp.org/v2/plays/354079/?format=api",
    "airdate": "2019-07-14T01:09:00-07:00",
    "show": 5902,
    "show_uri": "https://api.kexp.org/v2/shows/5902/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Satan Is Back",
    "track_id": "0de4c0a6-e5e0-458a-9d59-838e677b5770",
    "recording_id": null,
    "artist": "Deathhammer",
    "artist_ids": [
        "131930e3-b968-4ee5-830d-ca346abeb3a5"
    ],
    "album": "Evil Power",
    "release_id": "fb85a1fa-cb5a-4bbc-9261-2ee5d8bc8b45",
    "release_group_id": null,
    "labels": [
        "Hells Headbangers Records"
    ],
    "label_ids": [],
    "release_date": "2015-04-13",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Deathhammer's latest album, Chained to Hell came out in October of last year; https://deathhammer.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}