Information about plays

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

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

{
    "id": 3633300,
    "uri": "https://api.kexp.org/v2/plays/3633300/?format=api",
    "airdate": "2026-03-25T00:19:54-07:00",
    "show": 66272,
    "show_uri": "https://api.kexp.org/v2/shows/66272/?format=api",
    "image_uri": "https://coverartarchive.org/release/f614e621-2378-48bb-b4ff-f266e5fd4830/2386236308-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f614e621-2378-48bb-b4ff-f266e5fd4830/2386236308-250.jpg",
    "song": "(I Know) A Girl Called Jonny",
    "track_id": null,
    "recording_id": "8fd43efa-736e-4bf8-b97a-12ba2d0622dd",
    "artist": "Rowland S. Howard",
    "artist_ids": [
        "ae5077a5-bbcc-4195-b2a4-bd7cd4712f5a"
    ],
    "album": "Pop Crimes",
    "release_id": null,
    "release_group_id": "e31a1cd9-fdeb-4fe3-bf00-82522102acfe",
    "labels": [
        "Liberation Music"
    ],
    "label_ids": [
        "ea505ea5-e2ed-4410-9f28-dd2e1fcd2249"
    ],
    "release_date": "2009-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Even more Rowland S Howard!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}