Information about plays

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

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

{
    "id": 3575140,
    "uri": "https://api.kexp.org/v2/plays/3575140/?format=api",
    "airdate": "2025-11-07T13:48:53-08:00",
    "show": 65046,
    "show_uri": "https://api.kexp.org/v2/shows/65046/?format=api",
    "image_uri": "https://ia600207.us.archive.org/0/items/mbid-22a8ede3-e377-4c33-a483-7c0b06de5d25/mbid-22a8ede3-e377-4c33-a483-7c0b06de5d25-1020929044_thumb500.jpg",
    "thumbnail_uri": "https://ia600207.us.archive.org/0/items/mbid-22a8ede3-e377-4c33-a483-7c0b06de5d25/mbid-22a8ede3-e377-4c33-a483-7c0b06de5d25-1020929044_thumb250.jpg",
    "song": "Livin’ Astro",
    "track_id": "819b5695-9413-3b18-852d-0c252b7e6da4",
    "recording_id": "c97a24ef-cadd-4dda-bd59-9a2bd7786ff2",
    "artist": "Kool Keith",
    "artist_ids": [
        "4939695e-1f38-496f-978f-4ebf9ef13e9d"
    ],
    "album": "Black Elvis / Lost in Space",
    "release_id": "22a8ede3-e377-4c33-a483-7c0b06de5d25",
    "release_group_id": "1b9a1163-5835-38e6-bb15-efd2f49861da",
    "labels": [
        "Ruffhouse Records"
    ],
    "label_ids": [
        "fb5e3051-217d-4ab7-bc7b-1d1d8e2327b3"
    ],
    "release_date": "1999-08-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.youtube.com/watch?v=EoEY0v5bEXw",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}