Information about plays

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

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

{
    "id": 3632769,
    "uri": "https://api.kexp.org/v2/plays/3632769/?format=api",
    "airdate": "2026-03-23T14:52:16-07:00",
    "show": 66261,
    "show_uri": "https://api.kexp.org/v2/shows/66261/?format=api",
    "image_uri": "https://coverartarchive.org/release/29c813ca-30cb-404e-b33e-87f366f4da84/4773581555-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29c813ca-30cb-404e-b33e-87f366f4da84/4773581555-250.jpg",
    "song": "Monkey Wrench",
    "track_id": null,
    "recording_id": "c17a3ad7-4a40-4ab9-86f4-8d8d8dafe146",
    "artist": "Foo Fighters",
    "artist_ids": [
        "67f66c07-6e61-4026-ade5-7e782fad3a5d"
    ],
    "album": "The Colour and the Shape",
    "release_id": null,
    "release_group_id": "7822977a-984d-358d-823f-426139c0eaba",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1997-05-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Foo Fighters formed in Seattle in 1994. The project was originally a one-man project of Nirvana drummer Dave Grohl after Nirvana disbanded in 1994.\n\n'The Colour and the Shape' was first album by the Foo Fighters to be recorded as a full band.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}