Information about plays

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

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

{
    "id": 3609142,
    "uri": "https://api.kexp.org/v2/plays/3609142/?format=api",
    "airdate": "2026-01-25T21:20:20-08:00",
    "show": 65755,
    "show_uri": "https://api.kexp.org/v2/shows/65755/?format=api",
    "image_uri": "https://coverartarchive.org/release/977c3aa3-9717-4ab2-9718-e93904daff5b/38693802704-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/977c3aa3-9717-4ab2-9718-e93904daff5b/38693802704-250.jpg",
    "song": "Telomere",
    "track_id": null,
    "recording_id": "fe450396-d562-42af-b1c5-db4af0528447",
    "artist": "Delay Grounds, Yushh",
    "artist_ids": [],
    "album": "Two [Is Greater Than] One",
    "release_id": null,
    "release_group_id": "fb415746-3171-4a99-a76a-3e1e76e139d8",
    "labels": [
        "Pressure Dome"
    ],
    "label_ids": [],
    "release_date": "2023-03-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://pressuredome.bandcamp.com/album/two-is-greater-than-one",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}