Information about plays

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

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

{
    "id": 3572712,
    "uri": "https://api.kexp.org/v2/plays/3572712/?format=api",
    "airdate": "2025-11-01T18:46:35-07:00",
    "show": 64997,
    "show_uri": "https://api.kexp.org/v2/shows/64997/?format=api",
    "image_uri": "https://coverartarchive.org/release/ec67cf36-b196-4890-9f94-b86ff11e3ee2/17931403756-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ec67cf36-b196-4890-9f94-b86ff11e3ee2/17931403756-250.jpg",
    "song": "I Wanna Believe",
    "track_id": null,
    "recording_id": "187ea4ad-f3b3-403e-be06-b7c3849bf62e",
    "artist": "Summer Cannibals",
    "artist_ids": [
        "eae09e20-597c-4347-9349-906b6538ae00"
    ],
    "album": "Full of It",
    "release_id": null,
    "release_group_id": "4616e734-6e2b-4eed-8136-ed3971828428",
    "labels": [
        "Kill Rock Stars"
    ],
    "label_ids": [
        "a16c4ee6-8f6b-4314-9701-465c2e11dffe"
    ],
    "release_date": "2016-05-27",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Watch Summer Cannibals perform \"I Wanna Believe\" live on KEXP t Little London Plane during Upstream Music Fest, back in 2017:\n\nhttps://www.youtube.com/watch?v=x5smpUrvLLI",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}