Information about plays

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

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

{
    "id": 3612825,
    "uri": "https://api.kexp.org/v2/plays/3612825/?format=api",
    "airdate": "2026-02-03T19:46:18-08:00",
    "show": 65833,
    "show_uri": "https://api.kexp.org/v2/shows/65833/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feelin’ Purple (Soul Clap remix)",
    "track_id": null,
    "recording_id": "68645ced-8bf7-491a-8625-35d9943c237d",
    "artist": "Navid Izadi",
    "artist_ids": [
        "7da92b51-8d30-46f5-ac3e-f992436d2d3d"
    ],
    "album": "Feelin’ Purple",
    "release_id": null,
    "release_group_id": "5670f96a-619b-46fd-a4d3-339776d82e82",
    "labels": [
        "Wolf + Lamb Music"
    ],
    "label_ids": [
        "e7136c27-b0e9-434e-998b-33a8b2d3cc09"
    ],
    "release_date": "2013-06-17",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Iranian producer Navid Izadi used all sorts of funky sounds to channel the spirits of his idols while still presenting a contemporary take on forms of music that forever speak to the soul. Killed in a twin-engine plane crash in 2018, his tracks still light up any dancefloor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}