Information about plays

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

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

{
    "id": 3663234,
    "uri": "https://api.kexp.org/v2/plays/3663234/?format=api",
    "airdate": "2026-06-03T13:56:29-07:00",
    "show": 66893,
    "show_uri": "https://api.kexp.org/v2/shows/66893/?format=api",
    "image_uri": "https://coverartarchive.org/release/7676155c-16f6-4def-96d7-afd5ecff7a06/5618149593-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7676155c-16f6-4def-96d7-afd5ecff7a06/5618149593-250.jpg",
    "song": "Waiting",
    "track_id": null,
    "recording_id": "876c404c-c459-4fdb-8171-c9800a8ec7bf",
    "artist": "The Rentals",
    "artist_ids": [
        "21763d94-f834-4a18-88b9-c82bc028a344"
    ],
    "album": "Return of The Rentals",
    "release_id": null,
    "release_group_id": "26eaea7b-1e9a-3055-acf7-fa3a2ada236f",
    "labels": [
        "Reprise Records"
    ],
    "label_ids": [
        "af6d6f49-2b4d-40fe-86d4-241906772b59"
    ],
    "release_date": "1995-10-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Rentals are a rock band fronted by Matt Sharp, former bass player for Weezer. Sharp is the band's only constant member. \nThat's keyboardist Rachel Haden on background vocals on this one. \n--\n Did you know that the video for this song features Maya Rudolph on keyboards? https://www.youtube.com/watch?v=VW15vdcNSSk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}