Information about plays

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

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

{
    "id": 3603833,
    "uri": "https://api.kexp.org/v2/plays/3603833/?format=api",
    "airdate": "2026-01-13T11:50:25-08:00",
    "show": 65640,
    "show_uri": "https://api.kexp.org/v2/shows/65640/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "you're a star (feat. Amyl and the Sniffers)",
    "track_id": null,
    "recording_id": null,
    "artist": "Fred again..",
    "artist_ids": [
        "bca46a0c-25c9-42ca-98c2-e64c8a5e337e"
    ],
    "album": "USB",
    "release_id": null,
    "release_group_id": "178ef712-28b5-4fae-97c1-946af7a8c3b8",
    "labels": [
        "Atlantic"
    ],
    "label_ids": [],
    "release_date": "2025-12-12",
    "rotation_status": "Heavy",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Fred again.. is London producer, songwriter, and composer Frederick John Philip Gibson.  Want to know more about him?: https://www.mamamia.com.au/who-is-fred-again/\n--\n He was joined by Australian punk musician  Amy Taylor during his set at Leeds in August, 2025,  where they first debuted \"you're a star,\" which remixes Amyl and the Sniffer's Cartoon Darkness track \"Big Dreams.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}