Information about plays

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

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

{
    "id": 3587596,
    "uri": "https://api.kexp.org/v2/plays/3587596/?format=api",
    "airdate": "2025-12-06T14:15:17-08:00",
    "show": 65305,
    "show_uri": "https://api.kexp.org/v2/shows/65305/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Don't Wanna Think About The Money",
    "track_id": "eba32a8a-5d2c-4803-9fb0-0305fceca788",
    "recording_id": "ed929188-ee8f-42e9-9437-a6cb10ec3094",
    "artist": "Dazy",
    "artist_ids": [
        "bdbcdae9-c729-4693-963a-5d63ec77b58d"
    ],
    "album": "Bad Penny",
    "release_id": "9960fa32-5221-4110-82ab-e8723ede95b8",
    "release_group_id": "d9a33872-4512-479b-937c-1ed9fa3eab6d",
    "labels": [
        "Run for Cover Records"
    ],
    "label_ids": [
        "9c5c93da-b877-4c50-9ae8-7c6aaaf32e51"
    ],
    "release_date": "2025-10-21",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The new EP from Richmond, VA-based James Goodson’s Dazy project delivers an infectious blend of fuzzy indie rock and noise pop. With one foot firmly in the ‘90s and the other in the present, ‘Bad Penny’ is another bright, catchy, and undeniable collection of power-pop rockers. ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}