Information about plays

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

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

{
    "id": 3605142,
    "uri": "https://api.kexp.org/v2/plays/3605142/?format=api",
    "airdate": "2026-01-16T15:34:57-08:00",
    "show": 65666,
    "show_uri": "https://api.kexp.org/v2/shows/65666/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Eternal Life",
    "track_id": null,
    "recording_id": "c4a3fc59-80fa-4810-bebd-140c32e27327",
    "artist": "Shira Small",
    "artist_ids": [
        "d40aac20-8f9c-4e04-94a8-88ffd2ebf4d9"
    ],
    "album": "The Line of Time and the Plane of Now",
    "release_id": null,
    "release_group_id": "00f77614-7a16-4ccc-ae12-f9d206f99606",
    "labels": [
        "Numero Group"
    ],
    "label_ids": [
        "48cdb429-5d99-4ae5-8bc1-7bc7b68098b4"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eternal life is the intersection of the line of time and the plane of now\nWe live forever\nSun is the reflection of a light within us\nLife is god\nWe shine eternally\n---\nhttps://numerogroup.com/blogs/stories/shira-small-eternal-line",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}