Information about plays

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

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

{
    "id": 3624462,
    "uri": "https://api.kexp.org/v2/plays/3624462/?format=api",
    "airdate": "2026-03-02T16:39:18-08:00",
    "show": 66074,
    "show_uri": "https://api.kexp.org/v2/shows/66074/?format=api",
    "image_uri": "https://coverartarchive.org/release/7ac40087-222a-4159-8fae-ec353b143b68/35778519343-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7ac40087-222a-4159-8fae-ec353b143b68/35778519343-250.jpg",
    "song": "Stray",
    "track_id": null,
    "recording_id": null,
    "artist": "Cathedral Bells",
    "artist_ids": [
        "8af381c5-0322-48e3-bc75-00cc66c4440d"
    ],
    "album": "parallel dreams",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Artoffact Records"
    ],
    "label_ids": [],
    "release_date": "2026-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Single from the upcoming album Parallel Dreams due out April 10th.\n\nThe release is the culmination of nearly two years of meticulous development, born from a prolonged period of sonic experimentation and quiet reflection.\nhttps://cathedralbellsmusic.bandcamp.com/album/parallel-dreams",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}