Information about plays

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

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

{
    "id": 3527401,
    "uri": "https://api.kexp.org/v2/plays/3527401/?format=api",
    "airdate": "2025-07-15T18:34:08-07:00",
    "show": 64022,
    "show_uri": "https://api.kexp.org/v2/shows/64022/?format=api",
    "image_uri": "https://ia800805.us.archive.org/8/items/mbid-ee50be9b-85c9-3f3c-a851-e198731ae2ff/mbid-ee50be9b-85c9-3f3c-a851-e198731ae2ff-2568714507_thumb500.jpg",
    "thumbnail_uri": "https://ia800805.us.archive.org/8/items/mbid-ee50be9b-85c9-3f3c-a851-e198731ae2ff/mbid-ee50be9b-85c9-3f3c-a851-e198731ae2ff-2568714507_thumb250.jpg",
    "song": "Isolation",
    "track_id": "44654b33-b2bb-3fff-9a37-0852ff4a008b",
    "recording_id": "00728804-620b-452d-989c-d3d5a8b0b9c7",
    "artist": "Joy Division",
    "artist_ids": [
        "9a58fda3-f4ed-4080-a3a5-f457aac9fcdd"
    ],
    "album": "Closer",
    "release_id": "ee50be9b-85c9-3f3c-a851-e198731ae2ff",
    "release_group_id": "852f9715-24b3-37d5-b8a5-456f5e19b41e",
    "labels": [
        "Qwest Records"
    ],
    "label_ids": [
        "279669fd-fcd3-4d68-afa2-786b96e55de4"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy Celestial Birthday to Ian Curtis, English singer-songwriter for Joy Division born on this day in 1956! (d. May 18, 1980 age 23)\n--\n\"Isolation\" explores synth pop and electronic music, based on an electronic drum beat by Stephen Morris, accompanied by a thin, trebly keyboard part by Bernard Sumner.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}