Information about plays

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

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

{
    "id": 3539269,
    "uri": "https://api.kexp.org/v2/plays/3539269/?format=api",
    "airdate": "2025-08-12T18:04:15-07:00",
    "show": 64272,
    "show_uri": "https://api.kexp.org/v2/shows/64272/?format=api",
    "image_uri": "https://ia803207.us.archive.org/15/items/mbid-ed721fd4-ca0c-4cb1-a569-050c994d10d9/mbid-ed721fd4-ca0c-4cb1-a569-050c994d10d9-10149201972_thumb500.jpg",
    "thumbnail_uri": "https://ia803207.us.archive.org/15/items/mbid-ed721fd4-ca0c-4cb1-a569-050c994d10d9/mbid-ed721fd4-ca0c-4cb1-a569-050c994d10d9-10149201972_thumb250.jpg",
    "song": "Terrible Lie",
    "track_id": "988c5d89-5605-3265-9276-2517139251b3",
    "recording_id": "cbeee4c2-0627-4507-a7fc-63cc21afb35f",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "Pretty Hate Machine",
    "release_id": "ed721fd4-ca0c-4cb1-a569-050c994d10d9",
    "release_group_id": "fcb872a2-7ef9-3ed0-bd4a-7c55c78179b6",
    "labels": [
        "UMe"
    ],
    "label_ids": [
        "93ba13c1-5d3f-4618-a8e7-17aeffff1da6"
    ],
    "release_date": "2010-11-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For everyone seeing NIN at Climate Pledge in a a few hours!!!!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}