Information about plays

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

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

{
    "id": 3571649,
    "uri": "https://api.kexp.org/v2/plays/3571649/?format=api",
    "airdate": "2025-10-30T02:54:50-07:00",
    "show": 64970,
    "show_uri": "https://api.kexp.org/v2/shows/64970/?format=api",
    "image_uri": "https://coverartarchive.org/release/a5024b94-603b-47bb-9972-6c764bd9ec80/41911175513-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a5024b94-603b-47bb-9972-6c764bd9ec80/41911175513-250.jpg",
    "song": "You Got It!",
    "track_id": null,
    "recording_id": "f7b40355-62dc-4857-a137-845b8d937134",
    "artist": "Erika de Casier",
    "artist_ids": [
        "071409d0-ce21-4f03-a111-aec4dbc1590d"
    ],
    "album": "Lifetime",
    "release_id": null,
    "release_group_id": "2ed28096-25bd-450a-a340-f75f950bdb14",
    "labels": [
        "Independent Jeep Music"
    ],
    "label_ids": [
        "5df4a7a0-52ec-402a-96cd-dcee082da631"
    ],
    "release_date": "2025-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Via Pitchfork: \"Entirely self-written, self-produced, and released on her own label, Independent Jeep Music, \"Lifetime\" is a deliberate recentering, de Casier's attempt to single-handedly distill the better part of a decade into one highly potent vibe.\" https://pitchfork.com/reviews/albums/erika-de-casier-lifetime/\n\nAt Great American Music Hall in San Francisco on October 15th.\n\nhttps://erikadecasier.bandcamp.com/album/lifetime\nhttps://erikadecasier.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}