Information about plays

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

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

{
    "id": 3627955,
    "uri": "https://api.kexp.org/v2/plays/3627955/?format=api",
    "airdate": "2026-03-12T02:46:00-07:00",
    "show": 66157,
    "show_uri": "https://api.kexp.org/v2/shows/66157/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5589cf4-e396-4c79-9a27-9f020e39e363/1876766260-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5589cf4-e396-4c79-9a27-9f020e39e363/1876766260-250.jpg",
    "song": "Energy",
    "track_id": null,
    "recording_id": "97f420ab-503f-4157-a1ae-b1b23e016066",
    "artist": "A Guy Called Gerald",
    "artist_ids": [
        "b343730d-a34e-44d5-9191-a83f00231716"
    ],
    "album": "Black Secret Technology",
    "release_id": null,
    "release_group_id": "13ca213d-548e-31db-a314-427a3a688c16",
    "labels": [
        "Juice Box"
    ],
    "label_ids": [
        "a5af66ae-3a21-4185-8b2a-347295a23d0b"
    ],
    "release_date": "1995-02-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://aguycalledgerald.bandcamp.com/album/black-secret-technology-remastered",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}