Information about plays

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

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

{
    "id": 3636260,
    "uri": "https://api.kexp.org/v2/plays/3636260/?format=api",
    "airdate": "2026-04-01T02:42:35-07:00",
    "show": 66334,
    "show_uri": "https://api.kexp.org/v2/shows/66334/?format=api",
    "image_uri": "https://coverartarchive.org/release/86f989a2-a7bd-4536-9012-805eed900654/35867146179-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/86f989a2-a7bd-4536-9012-805eed900654/35867146179-250.jpg",
    "song": "Wrong Bathroom",
    "track_id": null,
    "recording_id": "172af5a0-b2d7-43f4-892a-ff14a58a840d",
    "artist": "Tribe 8",
    "artist_ids": [
        "10df0f02-bd7c-4193-91aa-dc3222e0f37d"
    ],
    "album": "Snarkism",
    "release_id": null,
    "release_group_id": "72ce997f-c29f-3b9c-9e38-f26b4073bff0",
    "labels": [
        "Alternative Tentacles"
    ],
    "label_ids": [
        "f1273178-651b-4d02-8f21-4ab1ec5a689a"
    ],
    "release_date": "1996-04-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}