Information about plays

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

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

{
    "id": 3625631,
    "uri": "https://api.kexp.org/v2/plays/3625631/?format=api",
    "airdate": "2026-03-05T13:36:06-08:00",
    "show": 66099,
    "show_uri": "https://api.kexp.org/v2/shows/66099/?format=api",
    "image_uri": "https://coverartarchive.org/release/a3759037-eab9-427f-b351-597a370d7dc9/32360652781-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a3759037-eab9-427f-b351-597a370d7dc9/32360652781-250.jpg",
    "song": "Subconcious Flirtations & Titillations",
    "track_id": null,
    "recording_id": "20ab790c-6843-4051-9b87-bb3bd9073d6d",
    "artist": "Theo Croker",
    "artist_ids": [
        "2c7bc024-3d96-4051-b0ec-b65229df1419"
    ],
    "album": "Star People Nation",
    "release_id": null,
    "release_group_id": "26407b26-fbe6-4fa3-ad79-01b665608497",
    "labels": [
        "Masterworks"
    ],
    "label_ids": [
        "b6fcb417-72dc-425b-bb77-089f57b61c72"
    ],
    "release_date": "2019-05-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bob Power was the mixing engineer and mastering engineer for this The Croker production.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}