Information about plays

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

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

{
    "id": 3640603,
    "uri": "https://api.kexp.org/v2/plays/3640603/?format=api",
    "airdate": "2026-04-11T05:37:07-07:00",
    "show": 66421,
    "show_uri": "https://api.kexp.org/v2/shows/66421/?format=api",
    "image_uri": "https://coverartarchive.org/release/6286cbbc-ddce-48db-ae43-3d46813e0d43/8754650779-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6286cbbc-ddce-48db-ae43-3d46813e0d43/8754650779-250.jpg",
    "song": "Gimmie My Steel Reserve",
    "track_id": null,
    "recording_id": "0eda54a1-ef11-4fe4-ac52-a3256282b2c6",
    "artist": "Ramones",
    "artist_ids": [
        "d6ed7887-a401-47a8-893c-34b967444d26"
    ],
    "album": "Steel Reserve Jingles",
    "release_id": null,
    "release_group_id": "02c0fc81-6ce3-46a5-abc2-5ee44d4a9f6e",
    "labels": [
        "not on label"
    ],
    "label_ids": [],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}