Information about plays

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

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

{
    "id": 3640040,
    "uri": "https://api.kexp.org/v2/plays/3640040/?format=api",
    "airdate": "2026-04-09T21:19:20-07:00",
    "show": 66410,
    "show_uri": "https://api.kexp.org/v2/shows/66410/?format=api",
    "image_uri": "https://coverartarchive.org/release/1ab6d4c9-4be2-48f9-8a2e-cd0257c2cd10/44645273853-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1ab6d4c9-4be2-48f9-8a2e-cd0257c2cd10/44645273853-250.jpg",
    "song": "Humans",
    "track_id": null,
    "recording_id": "a1dbc41f-a490-4485-b264-43523c04cc9e",
    "artist": "Masahiro Takahashi",
    "artist_ids": [
        "7c88f0a4-72fc-45d1-b4b2-5b138f0b0e2f"
    ],
    "album": "In Another",
    "release_id": null,
    "release_group_id": "1cc87418-7a3d-4f2d-a3ee-cbdc8b965bba",
    "labels": [
        "Telephone Explosion Records"
    ],
    "label_ids": [
        "e647c224-5fc6-4b15-b641-3087783c2b23"
    ],
    "release_date": "2026-03-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Masahiro Takahashi is a Toronto-based Japanese musician and composer who also scores for films and art installations.\n\nIn Another was released in March. \n\nhttps://masahirotakahashi.bandcamp.com/album/in-another",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}