Information about plays

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

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

{
    "id": 3638086,
    "uri": "https://api.kexp.org/v2/plays/3638086/?format=api",
    "airdate": "2026-04-05T07:25:28-07:00",
    "show": 66372,
    "show_uri": "https://api.kexp.org/v2/shows/66372/?format=api",
    "image_uri": "https://coverartarchive.org/release/5589956f-6ee9-493d-816b-efa803b2be67/44767977744-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5589956f-6ee9-493d-816b-efa803b2be67/44767977744-250.jpg",
    "song": "Spray",
    "track_id": null,
    "recording_id": "b3bd8e71-a58f-4f96-b148-290336bddd71",
    "artist": "DJ Birdbath",
    "artist_ids": [
        "727d8eef-84cd-46b5-b10b-0ac8f8754dcb"
    ],
    "album": "Plunge",
    "release_id": null,
    "release_group_id": "ab1bb3c7-223f-4bd6-a80e-59ec4ee200c5",
    "labels": [
        "Theory Therapy"
    ],
    "label_ids": [
        "194de88b-7a7f-4d3a-aadb-34f3c5eef0ca"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Penultimate track off the immersive new album from New Zealand-based electronic producer DJ Birdbath ~ https://theorytherapy.bandcamp.com/album/plunge",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}