Information about plays

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

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

{
    "id": 455812,
    "uri": "https://api.kexp.org/v2/plays/455812/?format=api",
    "airdate": "2001-08-15T05:14:07-07:00",
    "show": 7717,
    "show_uri": "https://api.kexp.org/v2/shows/7717/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Will Miss Me When I Burn",
    "track_id": null,
    "recording_id": null,
    "artist": "Palace Brothers",
    "artist_ids": [
        "301491cc-ce0d-4a54-aacb-40176eed334f"
    ],
    "album": "Palace Brothers",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Drag City"
    ],
    "label_ids": [
        "b5d3c9c7-5f73-4ebc-b400-e5075c9101a4"
    ],
    "release_date": null,
    "rotation_status": "Library",
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}