Information about plays

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

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

{
    "id": 3539582,
    "uri": "https://api.kexp.org/v2/plays/3539582/?format=api",
    "airdate": "2025-08-13T11:49:37-07:00",
    "show": 64278,
    "show_uri": "https://api.kexp.org/v2/shows/64278/?format=api",
    "image_uri": "https://ia600904.us.archive.org/35/items/mbid-78ad4ac6-6275-4f90-b659-4afd689e5ec9/mbid-78ad4ac6-6275-4f90-b659-4afd689e5ec9-31750923593_thumb500.jpg",
    "thumbnail_uri": "https://ia800904.us.archive.org/35/items/mbid-78ad4ac6-6275-4f90-b659-4afd689e5ec9/mbid-78ad4ac6-6275-4f90-b659-4afd689e5ec9-31750923593_thumb250.jpg",
    "song": "Birdhouse",
    "track_id": "0cc2a980-27ba-49f2-8205-921711fe7440",
    "recording_id": "f41bf24d-5170-4187-a3c9-62086547df7f",
    "artist": "Sister Psychic",
    "artist_ids": [
        "5d702b25-12e2-4934-bfd9-a60f70029d94"
    ],
    "album": "Fuel",
    "release_id": "78ad4ac6-6275-4f90-b659-4afd689e5ec9",
    "release_group_id": "a15af7db-af19-4a74-b1af-241d8ff546fd",
    "labels": [
        "Restless Records"
    ],
    "label_ids": [
        "573cf520-bd75-4040-8a4a-71f805759139"
    ],
    "release_date": "1992-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Sister Psychic was launched in 1991 by Andy Davenhall. \n\nIn 1990, Davenhall auditioned for the open drum chair in the pre-\"Teen Spirit” Nirvana. Dave Grohl got the job, and Davenhall got the notion that maybe it was time to start a band of his own.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}