Information about plays

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

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

{
    "id": 3636615,
    "uri": "https://api.kexp.org/v2/plays/3636615/?format=api",
    "airdate": "2026-04-01T22:10:55-07:00",
    "show": 66341,
    "show_uri": "https://api.kexp.org/v2/shows/66341/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a8ca426-bc55-470c-914d-1ad1ff994c3a/23525419845-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a8ca426-bc55-470c-914d-1ad1ff994c3a/23525419845-250.jpg",
    "song": "Moon Shadow",
    "track_id": null,
    "recording_id": "49309ef2-cb0b-4db9-a75e-52114fa811ca",
    "artist": "Labelle",
    "artist_ids": [
        "875074d3-6458-47b4-b515-f7ecda93bd8d"
    ],
    "album": "Moon Shadow",
    "release_id": null,
    "release_group_id": "22ed5180-2a4c-3c25-8f71-ac82e18ad8f6",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Patti LaBelle and the crew jam on a theme by Cat Stevens (Yusuf Islam). Recorded live at The Record Plant. LA.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}