Information about plays

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

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

{
    "id": 3667651,
    "uri": "https://api.kexp.org/v2/plays/3667651/?format=api",
    "airdate": "2026-06-14T03:07:46-07:00",
    "show": 66984,
    "show_uri": "https://api.kexp.org/v2/shows/66984/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e77e1de-ff8e-4388-93c5-831f49553a16/11445003697-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e77e1de-ff8e-4388-93c5-831f49553a16/11445003697-250.jpg",
    "song": "Non‐Alignment Pact",
    "track_id": null,
    "recording_id": "13075e9f-12f2-4172-9d80-06433989b17b",
    "artist": "Pere Ubu",
    "artist_ids": [
        "5a54b72e-bfb3-4ca6-944a-e17261399965"
    ],
    "album": "The Modern Dance",
    "release_id": null,
    "release_group_id": "565f5d6b-f487-39ef-a29e-23638b523c6f",
    "labels": [
        "Cooking Vinyl"
    ],
    "label_ids": [
        "10a8a55b-fe80-4df6-978e-fc0548dc04b6"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Thomas, lead singer of Pere Ubu, was born on this day in 1953. He passed away last year but would have been 73 years old today.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}