Information about plays

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

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

{
    "id": 3553168,
    "uri": "https://api.kexp.org/v2/plays/3553168/?format=api",
    "airdate": "2025-09-15T00:03:31-07:00",
    "show": 64565,
    "show_uri": "https://api.kexp.org/v2/shows/64565/?format=api",
    "image_uri": "https://coverartarchive.org/release/8e7e918a-1dc7-4d9c-aa1f-51178f29f7ed/39205086118-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/8e7e918a-1dc7-4d9c-aa1f-51178f29f7ed/39205086118-250.jpg",
    "song": "The Plum Blossom",
    "track_id": null,
    "recording_id": "be574e04-0721-4e74-9eee-da9a2be1ac82",
    "artist": "Yusef Lateef",
    "artist_ids": [
        "2968722f-03d8-4e2f-88bc-f9975f147503"
    ],
    "album": "Every Village Has a Song: The Yusef Lateef Anthology",
    "release_id": null,
    "release_group_id": "769339e1-cedf-30f2-accf-428b696ae3b8",
    "labels": [],
    "label_ids": [],
    "release_date": "1993-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}