Information about plays

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

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

{
    "id": 416938,
    "uri": "https://api.kexp.org/v2/plays/416938/?format=api",
    "airdate": "2001-04-21T02:05:00-07:00",
    "show": 6958,
    "show_uri": "https://api.kexp.org/v2/shows/6958/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drowned",
    "track_id": "c319fab0-6324-42f7-bb54-79366ac0f801",
    "recording_id": null,
    "artist": "The Bevis Frond",
    "artist_ids": [
        "e7c51ed9-29f3-4349-8cf7-5be043caaa21"
    ],
    "album": "New River Head",
    "release_id": "ddb62b2e-6ab9-451e-809d-fb620a1c95e1",
    "release_group_id": null,
    "labels": [
        "Woronzow"
    ],
    "label_ids": [
        "f4ba3da0-70a1-47f3-95bc-9f7811644513"
    ],
    "release_date": "1991-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}