Information about plays

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

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

{
    "id": 3618753,
    "uri": "https://api.kexp.org/v2/plays/3618753/?format=api",
    "airdate": "2026-02-17T15:46:32-08:00",
    "show": 65959,
    "show_uri": "https://api.kexp.org/v2/shows/65959/?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": "Everlong",
    "track_id": null,
    "recording_id": "9160e42b-8fae-402d-9cee-d6826c5cce33",
    "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": "RIP Taylor Hawkins, born this day in 1972.\n---\nFoo Fighters Drummer Taylor Hawkins played this as his final live performance (at Lollapalooza Argentina) before his death in March 2022. Read more that you may not have known about the album from Rolling Stone here: https://www.rollingstone.com/feature/foo-fighters-the-colour-and-the-shape-10-things-you-didnt-know-115404/ https://www.foofighters.com/.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}