Information about plays

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

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

{
    "id": 3572231,
    "uri": "https://api.kexp.org/v2/plays/3572231/?format=api",
    "airdate": "2025-10-31T13:45:16-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://ia601907.us.archive.org/0/items/mbid-7352e9b3-4840-3a98-bf81-0a17fa1cc28c/mbid-7352e9b3-4840-3a98-bf81-0a17fa1cc28c-5398387753_thumb500.jpg",
    "thumbnail_uri": "https://ia601907.us.archive.org/0/items/mbid-7352e9b3-4840-3a98-bf81-0a17fa1cc28c/mbid-7352e9b3-4840-3a98-bf81-0a17fa1cc28c-5398387753_thumb250.jpg",
    "song": "Dead Souls",
    "track_id": "481a3de2-887a-36bc-8ea9-9172a6df906a",
    "recording_id": "dd40751c-6dc5-4578-bda5-e06c4d638056",
    "artist": "Nine Inch Nails",
    "artist_ids": [
        "b7ffd2af-418f-4be2-bdd1-22f8b48613da"
    ],
    "album": "The Crow",
    "release_id": "7352e9b3-4840-3a98-bf81-0a17fa1cc28c",
    "release_group_id": "79247386-d530-3abd-884e-45d0a2c7d1df",
    "labels": [
        "Atlantic",
        "Interscope Records"
    ],
    "label_ids": [
        "50c384a2-0b44-401b-b893-8181173339c7",
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "1994-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nine Inch Nails' cover of Joy Division appeared in the soundtrack for the 1994 film \"The Crow.\"  It was the first song Trent Reznor recorded in the studio he set up in the infamous Sharon Tate house.\n--\nThe lyrics are widely interpreted as being about a person with schizophrenia: https://genius.com/Nine-inch-nails-dead-souls-lyrics",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}