Information about plays

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

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

{
    "id": 3636295,
    "uri": "https://api.kexp.org/v2/plays/3636295/?format=api",
    "airdate": "2026-04-01T04:11:51-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://coverartarchive.org/release/068a70a2-de9d-46db-96aa-7ac42efa73cf/42717428187-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/068a70a2-de9d-46db-96aa-7ac42efa73cf/42717428187-250.jpg",
    "song": "Rub a Dub Dub",
    "track_id": null,
    "recording_id": "5b340714-7542-44be-87ff-bb12e46e3486",
    "artist": "The Equals",
    "artist_ids": [
        "efe5c081-3a3d-4730-9669-c3eec3018989"
    ],
    "album": "Baby Come Back",
    "release_id": null,
    "release_group_id": "c3425063-ef23-3e49-8c75-ebc19f0587cc",
    "labels": [
        "The Collection"
    ],
    "label_ids": [
        "25249557-b1e9-4c0d-8fd5-1eabef99ae6b"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}