Information about plays

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

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

{
    "id": 371953,
    "uri": "https://api.kexp.org/v2/plays/371953/?format=api",
    "airdate": "2019-08-25T00:05:00-07:00",
    "show": 6196,
    "show_uri": "https://api.kexp.org/v2/shows/6196/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Leather Warrior",
    "track_id": "0c2d25fe-2ec8-4b31-9936-529ea32139b1",
    "recording_id": null,
    "artist": "Sato",
    "artist_ids": [
        "fbbf1a98-487b-44aa-972a-4ecb3825f3b9"
    ],
    "album": "Leather Warriors - Sato Anthology 82/86",
    "release_id": "14ab6e2b-181e-4af2-b60e-39fec1d3e798",
    "release_group_id": null,
    "labels": [
        "Lost Realm Records"
    ],
    "label_ids": [],
    "release_date": "2017-10-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Playing Northwest Metal Fest comp; http://www.metal-samples.com/2018/03/va-northwest-metalfest-1984.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}