Information about plays

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

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

{
    "id": 3624947,
    "uri": "https://api.kexp.org/v2/plays/3624947/?format=api",
    "airdate": "2026-03-03T20:55:03-08:00",
    "show": 66084,
    "show_uri": "https://api.kexp.org/v2/shows/66084/?format=api",
    "image_uri": "https://coverartarchive.org/release/95b466b7-309d-471f-8284-4fde17a033e4/12560404750-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/95b466b7-309d-471f-8284-4fde17a033e4/12560404750-250.jpg",
    "song": "Dar Enteha",
    "track_id": null,
    "recording_id": "d2ff2506-2430-4f8f-9849-4af51ba9d741",
    "artist": "Kourosh Yaghmaei",
    "artist_ids": [
        "1c11fabc-c4e2-4228-b37e-92e0a4dff840"
    ],
    "album": "Back From the Brink",
    "release_id": null,
    "release_group_id": "9d14a076-e862-4271-bb1f-be7d1c85c004",
    "labels": [
        "Now-Again Records"
    ],
    "label_ids": [
        "22bafcc1-3a4b-4fe9-b932-6125af3a297c"
    ],
    "release_date": "2011-06-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Godfather of Iranian psychedelic rock, Kourosh Yaghmaei. Known within the Iranian diaspora simply by his first name, Kourosh’s Pre-Revolution recordings were thought lost after Islamic fundamentalists took control of Iran.\n\nhttps://kouroshyaghmaei.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}