Information about plays

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

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

{
    "id": 3668453,
    "uri": "https://api.kexp.org/v2/plays/3668453/?format=api",
    "airdate": "2026-06-16T00:28:01-07:00",
    "show": 67000,
    "show_uri": "https://api.kexp.org/v2/shows/67000/?format=api",
    "image_uri": "https://coverartarchive.org/release/966d143c-d0f4-46fc-a265-e7394b04a7b9/28642859817-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/966d143c-d0f4-46fc-a265-e7394b04a7b9/28642859817-250.jpg",
    "song": "Standing Here",
    "track_id": null,
    "recording_id": null,
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "The Stone Roses",
    "release_id": null,
    "release_group_id": "88b86fe0-26f5-3949-817a-8082145e704d",
    "labels": [
        "Silvertone"
    ],
    "label_ids": [],
    "release_date": "1989-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BRB looking for a place to stand",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}