Information about plays

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

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

{
    "id": 3610036,
    "uri": "https://api.kexp.org/v2/plays/3610036/?format=api",
    "airdate": "2026-01-28T03:04:23-08:00",
    "show": 65774,
    "show_uri": "https://api.kexp.org/v2/shows/65774/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sucks to be Human",
    "track_id": "4b400766-d5a8-4928-9bfc-af577d90fcd4",
    "recording_id": "90d3ad6a-9950-4248-94e9-39034370d126",
    "artist": "The F16s",
    "artist_ids": [
        "d850fdae-6da7-4f08-840d-e4b3fe57c147"
    ],
    "album": "Is It Time to Eat the Rich Yet?",
    "release_id": "1879dbc1-c3cb-4869-bb84-af97867fb89a",
    "release_group_id": "6fe0c553-8c2b-4a0d-b080-146ee28824d3",
    "labels": [
        "House Arrest"
    ],
    "label_ids": [
        "324d3756-f8cb-423a-b3f7-d51d776a55d6"
    ],
    "release_date": "2021-10-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}