Information about plays

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

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

{
    "id": 3575372,
    "uri": "https://api.kexp.org/v2/plays/3575372/?format=api",
    "airdate": "2025-11-08T03:01:01-08:00",
    "show": 65051,
    "show_uri": "https://api.kexp.org/v2/shows/65051/?format=api",
    "image_uri": "https://coverartarchive.org/release/1328d8b3-4325-4fa3-82eb-6cd51ece273a/41786159233-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/1328d8b3-4325-4fa3-82eb-6cd51ece273a/41786159233-250.jpg",
    "song": "무당 / Mudang",
    "track_id": null,
    "recording_id": "38bce1bc-7653-4aaf-8f37-213e3d508122",
    "artist": "past self",
    "artist_ids": [
        "7416ac96-f665-4675-a78f-504dadc7b4f9"
    ],
    "album": "Premonitions EP",
    "release_id": null,
    "release_group_id": "1f33129c-87bd-4ef6-b903-b45903e9414d",
    "labels": [],
    "label_ids": [],
    "release_date": "2024-12-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://pastself.bandcamp.com/track/mudang",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}