Information about plays

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

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

{
    "id": 3561459,
    "uri": "https://api.kexp.org/v2/plays/3561459/?format=api",
    "airdate": "2025-10-05T00:57:09-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f101747-fc6a-41fc-af31-5a2be84b6c7d/14075387927-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f101747-fc6a-41fc-af31-5a2be84b6c7d/14075387927-250.jpg",
    "song": "Teenage Frankenstein",
    "track_id": null,
    "recording_id": "60bcedc8-aab8-406d-b825-899df960f08a",
    "artist": "Alice Cooper",
    "artist_ids": [
        "ee58c59f-8e7f-4430-b8ca-236c4d3745ae"
    ],
    "album": "Constrictor",
    "release_id": null,
    "release_group_id": "24c4fdde-4494-3837-a288-5b4fdbe966eb",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1986-09-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alice Cooper will be at the Shoreline Amphitheater with Judas Priest in Mt. View, CA on October 14th.\n\nhttps://alicecooper.com/tour/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}