Information about plays

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

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

{
    "id": 3596301,
    "uri": "https://api.kexp.org/v2/plays/3596301/?format=api",
    "airdate": "2025-12-26T14:46:49-08:00",
    "show": 65479,
    "show_uri": "https://api.kexp.org/v2/shows/65479/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Curse - Blood Of An Innocent Is Spilled",
    "track_id": null,
    "recording_id": "3a7dd0e5-bec6-4ffc-9784-047914a4367b",
    "artist": "Tigran Hamasyan",
    "artist_ids": [
        "c57e3280-5182-42a5-812b-02659a079c44"
    ],
    "album": "The Bird of a Thousand Voices",
    "release_id": null,
    "release_group_id": "57ab2775-c766-4229-82cd-453240e9ec06",
    "labels": [
        "naïve"
    ],
    "label_ids": [
        "3c6b98c7-407e-498e-ab8c-adf891ab0d38"
    ],
    "release_date": "2024-08-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}