Information about plays

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

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

{
    "id": 378108,
    "uri": "https://api.kexp.org/v2/plays/378108/?format=api",
    "airdate": "2019-09-07T22:28:00-07:00",
    "show": 6292,
    "show_uri": "https://api.kexp.org/v2/shows/6292/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Walk",
    "track_id": "422d9cb9-88e9-3aeb-add1-5e136cc5ab03",
    "recording_id": null,
    "artist": "Snuff",
    "artist_ids": [
        "3f909c24-94e3-42bd-b7e0-e720306bb3b0"
    ],
    "album": "Long Ball to No-One",
    "release_id": "7a556d29-71a3-486b-94a8-88ea9eae2fe3",
    "release_group_id": null,
    "labels": [
        "Fat Wreck Chords"
    ],
    "label_ids": [],
    "release_date": "1996-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Snuff's latest album, There's a Lot About It, will release on September 20th on Fat Wreck Chords; https://www.facebook.com/snuffukband/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}