Information about plays

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

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

{
    "id": 3634120,
    "uri": "https://api.kexp.org/v2/plays/3634120/?format=api",
    "airdate": "2026-03-27T03:37:19-07:00",
    "show": 66289,
    "show_uri": "https://api.kexp.org/v2/shows/66289/?format=api",
    "image_uri": "https://coverartarchive.org/release/9f8b9f06-29ab-45ca-b7d5-b453e4f12ad6/15676236723-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9f8b9f06-29ab-45ca-b7d5-b453e4f12ad6/15676236723-250.jpg",
    "song": "Cruisin’",
    "track_id": null,
    "recording_id": "78095c0c-8fc2-4d98-9b82-feac30e5485e",
    "artist": "Smokey Robinson",
    "artist_ids": [
        "c19ff12b-058f-44a8-b245-b0efb4752925"
    ],
    "album": "Where There's Smoke...",
    "release_id": null,
    "release_group_id": "bb6c1343-bbb7-32fb-8fd8-5bcbd4674fc1",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1979-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}