Information about plays

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

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

{
    "id": 3571274,
    "uri": "https://api.kexp.org/v2/plays/3571274/?format=api",
    "airdate": "2025-10-29T03:53:58-07:00",
    "show": 64962,
    "show_uri": "https://api.kexp.org/v2/shows/64962/?format=api",
    "image_uri": "https://coverartarchive.org/release/b79612bf-4711-4181-bc82-59774afa1d94/3029639978-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/b79612bf-4711-4181-bc82-59774afa1d94/3029639978-250.jpg",
    "song": "Zeros",
    "track_id": null,
    "recording_id": "9fad45a8-f948-4138-9998-7687d10e2bcd",
    "artist": "The Soft Moon",
    "artist_ids": [
        "93eba14e-f85c-4d39-8412-5e4018c89d75"
    ],
    "album": "Zeros",
    "release_id": null,
    "release_group_id": "08b00793-3414-47c6-8cea-369c07e98c93",
    "labels": [
        "Captured Tracks"
    ],
    "label_ids": [
        "59d8469d-97cd-48a6-804f-0c942252182e"
    ],
    "release_date": "2012-10-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Luis and Silent Servant\nhttps://pitchfork.com/news/the-soft-moon-luis-vasquez-has-died/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}