Information about plays

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

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

{
    "id": 3631740,
    "uri": "https://api.kexp.org/v2/plays/3631740/?format=api",
    "airdate": "2026-03-21T01:33:22-07:00",
    "show": 66237,
    "show_uri": "https://api.kexp.org/v2/shows/66237/?format=api",
    "image_uri": "https://coverartarchive.org/release/65bfbcad-49f7-4ebd-99e3-b33d14aa1c03/23450535888-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/65bfbcad-49f7-4ebd-99e3-b33d14aa1c03/23450535888-250.jpg",
    "song": "Carpenter",
    "track_id": null,
    "recording_id": "b0ea75af-82b4-469a-8220-4fc622de8482",
    "artist": "Kittens",
    "artist_ids": [
        "d8ad5d6e-0291-40ad-9bb7-eabef91861e8"
    ],
    "album": "Tiger Comet",
    "release_id": null,
    "release_group_id": "ee2d0269-767b-306a-b6e3-3132c5f718ec",
    "labels": [
        "Sonic Unyon Records"
    ],
    "label_ids": [
        "529875d7-b9f8-461a-a939-1ce3d9c6f0c4"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "TV Heart Attack featured bassist Jahmeel Russell who joined ACTORS after the demise of TV Heart Attack and his 90s punk band, Kittens.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}