Information about plays

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

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

{
    "id": 3584321,
    "uri": "https://api.kexp.org/v2/plays/3584321/?format=api",
    "airdate": "2025-11-29T00:31:56-08:00",
    "show": 65235,
    "show_uri": "https://api.kexp.org/v2/shows/65235/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Put Your Hands Where My Eyes Could See",
    "track_id": null,
    "recording_id": "eaceb094-a226-4bd0-9961-fad3393c8d38",
    "artist": "Busta Rhymes",
    "artist_ids": [
        "10a9ff92-9637-4498-afea-7044b2ab0dc0"
    ],
    "album": "When Disaster Strikes…",
    "release_id": null,
    "release_group_id": "8e1da0a6-3c81-3889-b20c-641079942cf5",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Busta Rhymes w/ ATBQ ---> Busta Rhymes solo from 1997",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}