Information about plays

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

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

{
    "id": 3659162,
    "uri": "https://api.kexp.org/v2/plays/3659162/?format=api",
    "airdate": "2026-05-24T21:29:50-07:00",
    "show": 66806,
    "show_uri": "https://api.kexp.org/v2/shows/66806/?format=api",
    "image_uri": "https://coverartarchive.org/release/d5a1ee0b-d28c-40dd-8ca6-3e71f735992e/45005261252-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d5a1ee0b-d28c-40dd-8ca6-3e71f735992e/45005261252-250.jpg",
    "song": "All Smiles",
    "track_id": null,
    "recording_id": "992a1de1-1922-4e11-8221-7d6d6784ea41",
    "artist": "Jeff Sova",
    "artist_ids": [
        "2bd4c5f8-7317-4213-89cd-3dcf45296d4e"
    ],
    "album": "Belvedere Point",
    "release_id": null,
    "release_group_id": "72ce7578-bbe1-4135-b4d5-9b92b1ff46d8",
    "labels": [
        "AOTN"
    ],
    "label_ids": [],
    "release_date": "2026-01-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "One of my fave releases of the year so far! - https://aotns.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}