Information about plays

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

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

{
    "id": 3626154,
    "uri": "https://api.kexp.org/v2/plays/3626154/?format=api",
    "airdate": "2026-03-06T22:30:54-08:00",
    "show": 66112,
    "show_uri": "https://api.kexp.org/v2/shows/66112/?format=api",
    "image_uri": "https://coverartarchive.org/release/eaf1c81f-31fd-4e6f-8cdb-ff2a9e65f95f/18893080012-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eaf1c81f-31fd-4e6f-8cdb-ff2a9e65f95f/18893080012-250.jpg",
    "song": "Ghetto Chick",
    "track_id": null,
    "recording_id": "335d99db-b718-4b40-adf5-9112160fc8ef",
    "artist": "Three 6 Mafia",
    "artist_ids": [
        "a8754ac4-a85e-4f48-a81f-eecd482570ef"
    ],
    "album": "Da Unbreakables",
    "release_id": null,
    "release_group_id": "d8a2b0a1-e8cc-3084-a41a-7c41b475c674",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2003-06-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Make your donations at www.kexp.org now!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}