Information about plays

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

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

{
    "id": 3637004,
    "uri": "https://api.kexp.org/v2/plays/3637004/?format=api",
    "airdate": "2026-04-02T20:38:27-07:00",
    "show": 66348,
    "show_uri": "https://api.kexp.org/v2/shows/66348/?format=api",
    "image_uri": "https://coverartarchive.org/release/913bfaf0-4e1e-4c35-a3e3-089af071c56e/43198084549-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/913bfaf0-4e1e-4c35-a3e3-089af071c56e/43198084549-250.jpg",
    "song": "Fallen Angel (RamonPang Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "FiFi Zhang & Dazegxd",
    "artist_ids": [
        "8704ab1c-e40e-40e6-899f-fdeab2d47127",
        "2db765f1-e0bb-4f3f-9e43-9d60df78b41b"
    ],
    "album": "FLEETING HEARTS: REBIRTH",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From this remix album: https://fifizhang.bandcamp.com/album/fleeting-hearts-rebirth\n\nRamon Pang also has one of the coolest IG accounts --> https://www.instagram.com/ramonpang/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}