Information about plays

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

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

{
    "id": 3622287,
    "uri": "https://api.kexp.org/v2/plays/3622287/?format=api",
    "airdate": "2026-02-25T21:21:42-08:00",
    "show": 66030,
    "show_uri": "https://api.kexp.org/v2/shows/66030/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Jakten genom skogen",
    "track_id": "9aa7d4ee-903e-48d9-ba0f-0ccdae030a0b",
    "recording_id": "1d11c948-ed12-4cd9-9b4f-6c573d4cd3ca",
    "artist": "Dungen",
    "artist_ids": [
        "25c76eb2-a92d-4624-9e30-093fc16ed5eb"
    ],
    "album": "Häxan",
    "release_id": "d65bc276-fad5-459f-9e82-854f53b116d7",
    "release_group_id": "4694f096-874e-40e8-95ef-d01cf6d08758",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2016-11-25",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"On Häxan, the group presents a recent scoring of the 1926 animation classic The Adventures of Prince Achmed, replacing the original’s crackling symphonic score with fourteen interludes, rave-ups and mini-suites that nod knowingly to the past while remaining fresh.\"\nhttps://pitchfork.com/reviews/albums/22658-haxan/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}