Information about plays

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

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

{
    "id": 1295167,
    "uri": "https://api.kexp.org/v2/plays/1295167/?format=api",
    "airdate": "2007-10-25T18:53:09-07:00",
    "show": 22657,
    "show_uri": "https://api.kexp.org/v2/shows/22657/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I'll Never Shed Another Tear",
    "track_id": "3ee87abd-6796-4640-a0ec-aba1d8f1c65f",
    "recording_id": null,
    "artist": "Cherryholmes",
    "artist_ids": [
        "605a5811-fa52-4ffb-ada2-c5d3dbfe3752"
    ],
    "album": "Cherryholmes II: Black and White",
    "release_id": "0b2b882c-917d-45ea-b03e-6d5c22cac917",
    "release_group_id": null,
    "labels": [
        "Skaggs Family Records"
    ],
    "label_ids": [
        "f42c8090-bca1-401b-9506-1bf1707fdfc5"
    ],
    "release_date": "2007-06-12",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}