Information about plays

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

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

{
    "id": 3606925,
    "uri": "https://api.kexp.org/v2/plays/3606925/?format=api",
    "airdate": "2026-01-20T20:27:45-08:00",
    "show": 65710,
    "show_uri": "https://api.kexp.org/v2/shows/65710/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You're The Reason (feat. Mary Ann Alexander)",
    "track_id": null,
    "recording_id": null,
    "artist": "NATE08,Mary Ann Alexander",
    "artist_ids": [],
    "album": "TWENTY SEVEN",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Needwant"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Equally at home as a record producer, session bass player, and diverse selector, Mumbai-based Nathan Thomas has become a formidable presence in India’s independent music scene. His solo project, NATE08, treads the hallowed, groove-driven spaces of Funk, RnB, and House - bridging the soul of classic records with fresh, 21st-century dance-floor energy and unmistakable warmth.\n\nhttps://nate08music.bandcamp.com/album/youre-the-reason-feat-mary-ann-alexander",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}