Information about plays

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

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

{
    "id": 421604,
    "uri": "https://api.kexp.org/v2/plays/421604/?format=api",
    "airdate": "2001-05-05T22:00:00-07:00",
    "show": 7060,
    "show_uri": "https://api.kexp.org/v2/shows/7060/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Nephilim (original mix)",
    "track_id": "f1b361ad-4095-42ba-845e-c6f749af7e9e",
    "recording_id": null,
    "artist": "Bulletproof",
    "artist_ids": [
        "6998f397-6ae0-4995-98dc-3b48b62d72b6"
    ],
    "album": "The Nephilim",
    "release_id": "bb043161-6210-4a19-a992-0b32b5bf27d1",
    "release_group_id": null,
    "labels": [
        "Cyanide Recordings"
    ],
    "label_ids": [
        "2ab6f223-eebe-4e1c-a9e6-5ccefa861ef6"
    ],
    "release_date": "2001-06-02",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}