Information about plays

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

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

{
    "id": 3617142,
    "uri": "https://api.kexp.org/v2/plays/3617142/?format=api",
    "airdate": "2026-02-13T22:42:10-08:00",
    "show": 65926,
    "show_uri": "https://api.kexp.org/v2/shows/65926/?format=api",
    "image_uri": "https://coverartarchive.org/release/857a1589-dfdc-4ccd-a5b7-3f0711a3792a/4087687606-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/857a1589-dfdc-4ccd-a5b7-3f0711a3792a/4087687606-250.jpg",
    "song": "If You Must",
    "track_id": null,
    "recording_id": "c1762237-b703-42a0-9de2-3c264cd0dac7",
    "artist": "Del the Funky Homosapien",
    "artist_ids": [
        "a31a5e0c-d37a-41a8-90d5-9e256a47d83b"
    ],
    "album": "Both Sides of the Brain",
    "release_id": null,
    "release_group_id": "2f724d62-245d-3fd3-902f-14a3f525c759",
    "labels": [
        "Hieroglyphics Imperium"
    ],
    "label_ids": [
        "61af0cac-8be2-4f0b-8c2c-5c33fee17288"
    ],
    "release_date": "2000-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Tally in Bellingham!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}