Information about plays

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

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

{
    "id": 3609433,
    "uri": "https://api.kexp.org/v2/plays/3609433/?format=api",
    "airdate": "2026-01-26T15:47:04-08:00",
    "show": 65762,
    "show_uri": "https://api.kexp.org/v2/shows/65762/?format=api",
    "image_uri": "https://coverartarchive.org/release/2c3dc896-641e-470b-a30d-3da3c64d3487/42237471397-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2c3dc896-641e-470b-a30d-3da3c64d3487/42237471397-250.jpg",
    "song": "Right Now",
    "track_id": null,
    "recording_id": "7200615a-f3a8-4df3-9eb9-fd150ebcbbd3",
    "artist": "Van Halen",
    "artist_ids": [
        "b665b768-0d83-4363-950c-31ed39317c15"
    ],
    "album": "For Unlawful Carnal Knowledge",
    "release_id": null,
    "release_group_id": "0a5921ef-3aa4-398e-ad4a-2ef45d055842",
    "labels": [
        "Warner Records"
    ],
    "label_ids": [
        "d4cd174f-784d-48d7-91c6-7427bd5d57fe"
    ],
    "release_date": "1991-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Eddie \"Van Halen\" was born on this day in 1955! RIP",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}