Information about plays

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

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

{
    "id": 452635,
    "uri": "https://api.kexp.org/v2/plays/452635/?format=api",
    "airdate": "2001-08-06T03:06:00-07:00",
    "show": 7659,
    "show_uri": "https://api.kexp.org/v2/shows/7659/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Daisy Chain For Satan",
    "track_id": null,
    "recording_id": null,
    "artist": "My Life With the Thrill Kill Kult",
    "artist_ids": [
        "07934e8f-f079-4645-a984-4a529504d79c"
    ],
    "album": "12 inch 45",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Wax Trax"
    ],
    "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"
}