Information about plays

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

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

{
    "id": 497176,
    "uri": "https://api.kexp.org/v2/plays/497176/?format=api",
    "airdate": "2001-12-15T21:11:15-08:00",
    "show": 8530,
    "show_uri": "https://api.kexp.org/v2/shows/8530/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Splendor",
    "track_id": "2fbe247f-16c7-444f-8e83-64466053d37e",
    "recording_id": null,
    "artist": "Klute",
    "artist_ids": [
        "770ccf83-47ce-4fa1-83ec-d8fc24269784"
    ],
    "album": "Curley Wurley / Splendor",
    "release_id": "e71743c3-048f-4334-9e1b-50311157ef19",
    "release_group_id": null,
    "labels": [
        "Metalheadz"
    ],
    "label_ids": [
        "c0192e1c-cd6b-48fe-abe0-31e495596920"
    ],
    "release_date": "2001-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}