Information about plays

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

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

{
    "id": 3632194,
    "uri": "https://api.kexp.org/v2/plays/3632194/?format=api",
    "airdate": "2026-03-22T01:42:24-07:00",
    "show": 66247,
    "show_uri": "https://api.kexp.org/v2/shows/66247/?format=api",
    "image_uri": "https://coverartarchive.org/release/7568698a-3388-48a2-821b-ee4f83dfa8a2/9978883602-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7568698a-3388-48a2-821b-ee4f83dfa8a2/9978883602-250.jpg",
    "song": "Thorn in the Lion's Paw",
    "track_id": null,
    "recording_id": "51ea8935-86be-49e3-9dc7-50e2f6f085ee",
    "artist": "SUMAC",
    "artist_ids": [
        "9b98f3ed-d24a-479e-bd15-97c16de9f13f"
    ],
    "album": "The Deal",
    "release_id": null,
    "release_group_id": "fabba8d5-c767-4bee-903e-babd0957fb1c",
    "labels": [
        "Profound Lore Records"
    ],
    "label_ids": [
        "d2c8507e-217c-4fea-8a0f-7f43288a8d5b"
    ],
    "release_date": "2015-02-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "SUMAC debut record was released on Profound Lore, a label that also put out some of Predatory Light's band members other projects notably, Vanum",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}