Information about plays

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

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

{
    "id": 3637468,
    "uri": "https://api.kexp.org/v2/plays/3637468/?format=api",
    "airdate": "2026-04-03T23:14:24-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f32c50d-5de9-4f25-9be6-564b9bf834dc/44216351508-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f32c50d-5de9-4f25-9be6-564b9bf834dc/44216351508-250.jpg",
    "song": "MARTYR MOST HIGH",
    "track_id": null,
    "recording_id": "df37797f-a66e-4fe2-bbbb-afadda8674e3",
    "artist": "Sideshow",
    "artist_ids": [
        "5b8f4a81-8103-4583-9c24-7ad5496f1476"
    ],
    "album": "TIGRAY FUNK",
    "release_id": null,
    "release_group_id": "9148e1c7-ce65-434d-9f89-78167a2c3216",
    "labels": [
        "10k"
    ],
    "label_ids": [
        "4321b3d3-0023-4c6c-899c-2787ee02a407"
    ],
    "release_date": "2026-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}