Information about plays

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

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

{
    "id": 3584322,
    "uri": "https://api.kexp.org/v2/plays/3584322/?format=api",
    "airdate": "2025-11-29T00:34:44-08:00",
    "show": 65235,
    "show_uri": "https://api.kexp.org/v2/shows/65235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Don’t Say Nuthin’",
    "track_id": null,
    "recording_id": "e8061a5f-0ed3-40f4-ba13-db9a4ed1d5ef",
    "artist": "The Roots",
    "artist_ids": [
        "80b3cf5e-18fe-4c59-98c7-e5bb87210710"
    ],
    "album": "The Tipping Point",
    "release_id": null,
    "release_group_id": "b27a6c72-6b57-3e53-8c8f-e6a52c4697b4",
    "labels": [],
    "label_ids": [],
    "release_date": "2004-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Tipping Point is the sixth studio album from the Roots. It is named after Malcolm Gladwell's book of the same name.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}