Information about plays

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

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

{
    "id": 3601526,
    "uri": "https://api.kexp.org/v2/plays/3601526/?format=api",
    "airdate": "2026-01-07T19:37:04-08:00",
    "show": 65590,
    "show_uri": "https://api.kexp.org/v2/shows/65590/?format=api",
    "image_uri": "https://coverartarchive.org/release/6e03f232-6c10-490e-9a95-7fd72cc52bfb/24592123891-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6e03f232-6c10-490e-9a95-7fd72cc52bfb/24592123891-250.jpg",
    "song": "Losing Touch With My Mind",
    "track_id": null,
    "recording_id": "128b5c3a-0996-4466-a2ed-2418bd5344b6",
    "artist": "Spacemen 3",
    "artist_ids": [
        "19e818e4-0bbe-41fc-9589-c444b4165bf1"
    ],
    "album": "Taking Drugs to Make Music to Take Drugs To",
    "release_id": null,
    "release_group_id": "f7b4ba50-33e1-3134-88c6-07c5b8f29cbd",
    "labels": [
        "BOMP! Records"
    ],
    "label_ids": [
        "43468682-b489-4e05-841e-f5a6edd9b5d3"
    ],
    "release_date": "1990-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\" 'Losing Touch With My Mind' takes things to an even higher level, a huge wallop of feedback and beat (Natty Brooker's drumming in particular delivers just what the doctor ordered), Pierce delivering the lines with a flat, cutting drawl.\" https://www.rollingheads.co/products/spacemen-3-taking-drugs-to-make-music-to-take-drugs-to",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}