Information about plays

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

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

{
    "id": 459832,
    "uri": "https://api.kexp.org/v2/plays/459832/?format=api",
    "airdate": "2001-08-26T20:09:28-07:00",
    "show": 7800,
    "show_uri": "https://api.kexp.org/v2/shows/7800/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Try Again",
    "track_id": "a53470b4-523c-49f1-9c22-3bb247ade2f1",
    "recording_id": null,
    "artist": "Aaliyah",
    "artist_ids": [
        "bc85da58-52d9-457d-ae8d-5d8d4ec870a9"
    ],
    "album": "Now That's What I Call Music! 6",
    "release_id": "c2a20074-1f70-43cb-8c89-d064f5d110e5",
    "release_group_id": null,
    "labels": [
        "Blackground"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}