Information about plays

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

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

{
    "id": 3633735,
    "uri": "https://api.kexp.org/v2/plays/3633735/?format=api",
    "airdate": "2026-03-26T03:46:15-07:00",
    "show": 66281,
    "show_uri": "https://api.kexp.org/v2/shows/66281/?format=api",
    "image_uri": "https://coverartarchive.org/release/3619ad8e-f26e-44fe-a039-ede2b8921f01/34567656411-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3619ad8e-f26e-44fe-a039-ede2b8921f01/34567656411-250.jpg",
    "song": "I (Who Have Nothing)",
    "track_id": null,
    "recording_id": "38d6d10b-42a0-482a-a3b1-033b91c23c88",
    "artist": "Sylvester",
    "artist_ids": [
        "4d3b710b-a5f0-4772-97db-f09e47fbc6d8"
    ],
    "album": "Stars",
    "release_id": null,
    "release_group_id": "fa2d8074-fb31-4e87-92c1-9d4b4fb173b2",
    "labels": [
        "Fantasy"
    ],
    "label_ids": [
        "757acd4a-dade-433d-b754-53468f243220"
    ],
    "release_date": "1979-04-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sylvester and Patrick Cowley retooled Ben E. King's ballad \"I (Who Have Nothing)\" as an 11-minute disco epic.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}