Information about plays

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

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

{
    "id": 3639588,
    "uri": "https://api.kexp.org/v2/plays/3639588/?format=api",
    "airdate": "2026-04-08T20:24:13-07:00",
    "show": 66402,
    "show_uri": "https://api.kexp.org/v2/shows/66402/?format=api",
    "image_uri": "https://coverartarchive.org/release/57a95d2c-97c3-40dc-8382-65e49d9fef3c/44244288775-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/57a95d2c-97c3-40dc-8382-65e49d9fef3c/44244288775-250.jpg",
    "song": "Demon Cam",
    "track_id": null,
    "recording_id": "24bcffe4-2733-4c6c-aa7d-c5246048830e",
    "artist": "Earth Tongue",
    "artist_ids": [
        "e8953f62-0a60-4450-8d2a-482281ec966e"
    ],
    "album": "Dungeon Vision",
    "release_id": null,
    "release_group_id": "48e73818-a676-428f-9d87-f49e0d884ed6",
    "labels": [
        "In The Red Records"
    ],
    "label_ids": [],
    "release_date": "2026-02-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}