Information about plays

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

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

{
    "id": 3656165,
    "uri": "https://api.kexp.org/v2/plays/3656165/?format=api",
    "airdate": "2026-05-17T23:11:10-07:00",
    "show": 66745,
    "show_uri": "https://api.kexp.org/v2/shows/66745/?format=api",
    "image_uri": "https://coverartarchive.org/release/b03d3035-31af-4e4f-a727-4eee96eeaa3b/44832267704-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b03d3035-31af-4e4f-a727-4eee96eeaa3b/44832267704-250.jpg",
    "song": "Triad of Becoming",
    "track_id": null,
    "recording_id": "7ac58006-f728-4c1a-a083-d98204d2bf12",
    "artist": "Hoavi",
    "artist_ids": [
        "86ae1be6-476d-4171-8f06-947b394bfc0c"
    ],
    "album": "Architectonics",
    "release_id": null,
    "release_group_id": "f40c7dcd-d1ab-4361-87d5-c18f91383ecc",
    "labels": [
        "Peak Oil"
    ],
    "label_ids": [
        "439869d4-98fa-474e-819e-4d803a05f407"
    ],
    "release_date": "2026-04-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://peakoil.bandcamp.com/album/architectonics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}