Information about plays

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

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

{
    "id": 3617641,
    "uri": "https://api.kexp.org/v2/plays/3617641/?format=api",
    "airdate": "2026-02-15T00:22:03-08:00",
    "show": 65937,
    "show_uri": "https://api.kexp.org/v2/shows/65937/?format=api",
    "image_uri": "https://coverartarchive.org/release/489c6af9-dd20-4bc4-a743-6f5bbde70241/14350653492-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/489c6af9-dd20-4bc4-a743-6f5bbde70241/14350653492-250.jpg",
    "song": "M.O.A.B.",
    "track_id": null,
    "recording_id": "cdf4a2f0-63f9-4928-92f2-1a87b5ad8baf",
    "artist": "Inepsy",
    "artist_ids": [
        "3d3844eb-f147-49c5-a806-1c79ac77ffce"
    ],
    "album": "City Weapons",
    "release_id": null,
    "release_group_id": "07398254-0961-4993-b013-2c37761c9839",
    "labels": [
        "Feral Ward"
    ],
    "label_ids": [
        "bb516e5d-4f38-4fcb-b3e3-cc6814f30593"
    ],
    "release_date": "2005-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Even though Inepsy split up in 2011, you can still pick up this excellent album from Tankcrimes.\n\nhttps://tankcrimes.bandcamp.com/album/city-weapons",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}