Information about plays

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

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

{
    "id": 3542709,
    "uri": "https://api.kexp.org/v2/plays/3542709/?format=api",
    "airdate": "2025-08-21T01:44:01-07:00",
    "show": 64344,
    "show_uri": "https://api.kexp.org/v2/shows/64344/?format=api",
    "image_uri": "https://coverartarchive.org/release/29bea709-605a-4076-a115-8371be7a33dd/30364313453-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29bea709-605a-4076-a115-8371be7a33dd/30364313453-250.jpg",
    "song": "Mystery",
    "track_id": null,
    "recording_id": "2d5f1671-9bed-40e4-b71c-1f19dff76343",
    "artist": "Miles Davis",
    "artist_ids": [
        "561d854a-6a28-4aa7-8c99-323e6ce46c2a"
    ],
    "album": "Doo‐Bop",
    "release_id": null,
    "release_group_id": "2fc131ce-5962-32ba-bc5b-51d1c6f770b5",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1992-06-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Doo-Bop\" was Miles Davis' last album and was released posthumously on June 30, 1992. -- Released as the album’s lead single in 1992, this song features production from the legendary Easy Mo Bee.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}