Information about plays

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

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

{
    "id": 3604690,
    "uri": "https://api.kexp.org/v2/plays/3604690/?format=api",
    "airdate": "2026-01-15T13:36:49-08:00",
    "show": 65658,
    "show_uri": "https://api.kexp.org/v2/shows/65658/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautiful",
    "track_id": null,
    "recording_id": "b6fc5837-b737-4104-a792-4f35584eafa0",
    "artist": "Ka",
    "artist_ids": [
        "e7d4f00b-2938-4049-aa44-e69a59a7b3da"
    ],
    "album": "The Thief Next to Jesus",
    "release_id": null,
    "release_group_id": "4dee98f6-c6cd-4ea1-b02c-3300f8fa90dd",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2024-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the final album from rapper and firefighter Ka, who died in 2024 at age 52: https://pitchfork.com/news/ka-beloved-rapper-of-the-brooklyn-underground-dies-at-52/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}