Information about plays

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

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

{
    "id": 3637612,
    "uri": "https://api.kexp.org/v2/plays/3637612/?format=api",
    "airdate": "2026-04-04T06:57:05-07:00",
    "show": 66362,
    "show_uri": "https://api.kexp.org/v2/shows/66362/?format=api",
    "image_uri": "https://coverartarchive.org/release/bd6d2458-f295-4ed1-90bb-3445900b4988/43627109289-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bd6d2458-f295-4ed1-90bb-3445900b4988/43627109289-250.jpg",
    "song": "Here I Am",
    "track_id": null,
    "recording_id": "16bea098-eb79-420c-8c3d-f3a95dd5fba6",
    "artist": "The Hellp",
    "artist_ids": [
        "ca204bac-2768-4d6f-a5e4-8e8f9080817b"
    ],
    "album": "Riviera",
    "release_id": null,
    "release_group_id": "a488121b-639b-44bd-b03c-a52b3bb985ce",
    "labels": [
        "Anemoia"
    ],
    "label_ids": [
        "0c93cd46-4715-48e0-b508-a5ff62dce5ec"
    ],
    "release_date": "2025-11-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}