Information about plays

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

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

{
    "id": 3625866,
    "uri": "https://api.kexp.org/v2/plays/3625866/?format=api",
    "airdate": "2026-03-06T04:08:43-08:00",
    "show": 66103,
    "show_uri": "https://api.kexp.org/v2/shows/66103/?format=api",
    "image_uri": "https://coverartarchive.org/release/910b4599-7c86-4f03-80a6-496bbba3bded/15793721340-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/910b4599-7c86-4f03-80a6-496bbba3bded/15793721340-250.jpg",
    "song": "Royal Flush",
    "track_id": null,
    "recording_id": "ae88584d-16cb-498c-b166-70d157485503",
    "artist": "André 3000 feat. Big Boi & Raekwon",
    "artist_ids": [
        "f563a1a9-069b-41ed-8b3b-e1b1a6f5b34b",
        "9724aa19-fdf9-49d0-9f9d-944e462e2a5c",
        "4e954b02-fae2-4bd7-9547-e055a6ac0527"
    ],
    "album": "Royal Flush",
    "release_id": null,
    "release_group_id": "0bff4074-21f1-42cf-81df-e59dfcfdef16",
    "labels": [
        "LaFace Records"
    ],
    "label_ids": [
        "4fe1da66-ecf9-469a-828c-ef6301d1bd5c"
    ],
    "release_date": "2008-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}