Information about plays

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

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

{
    "id": 3632608,
    "uri": "https://api.kexp.org/v2/plays/3632608/?format=api",
    "airdate": "2026-03-23T04:30:42-07:00",
    "show": 66257,
    "show_uri": "https://api.kexp.org/v2/shows/66257/?format=api",
    "image_uri": "https://coverartarchive.org/release/9d96211d-4eff-44d8-86ac-5a1a11c76c35/36230774879-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9d96211d-4eff-44d8-86ac-5a1a11c76c35/36230774879-250.jpg",
    "song": "Twilight",
    "track_id": null,
    "recording_id": null,
    "artist": "Maze",
    "artist_ids": [],
    "album": "Grand Theft Auto: San Andreas",
    "release_id": null,
    "release_group_id": "cf177e18-4188-3cfd-8bb8-b9281d310395",
    "labels": [
        "Rockstar Games"
    ],
    "label_ids": [
        "05b968fd-a428-40d6-a68e-fa759e44e513"
    ],
    "release_date": "2004-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - George Clinton voices the fictional \"DJ Funktipus\" on the GTA: San Andreas \"Bounce FM\" channel soundtrack (which includes this track from Maze)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}