Information about plays

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

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

{
    "id": 3632611,
    "uri": "https://api.kexp.org/v2/plays/3632611/?format=api",
    "airdate": "2026-03-23T04:44:46-07:00",
    "show": 66257,
    "show_uri": "https://api.kexp.org/v2/shows/66257/?format=api",
    "image_uri": "https://coverartarchive.org/release/b9bbb5af-3de3-4794-90cf-c563d1df199e/2185605233-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b9bbb5af-3de3-4794-90cf-c563d1df199e/2185605233-250.jpg",
    "song": "Got Your Money (feat. Kelis)",
    "track_id": null,
    "recording_id": null,
    "artist": "Ol’ Dirty Bastard",
    "artist_ids": [
        "d50548a0-3cfd-4d7a-964b-0aef6545d819"
    ],
    "album": "N☆☆★A pLeASe",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1999-09-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Six Degrees! - samples Rick James' \"Cold Blooded\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}