Information about plays

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

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

{
    "id": 3626863,
    "uri": "https://api.kexp.org/v2/plays/3626863/?format=api",
    "airdate": "2026-03-08T19:23:25-07:00",
    "show": 66129,
    "show_uri": "https://api.kexp.org/v2/shows/66129/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Inside My Love",
    "track_id": null,
    "recording_id": null,
    "artist": "45 Trio",
    "artist_ids": [
        "2236d907-f4a1-4382-91ce-1b5417107f54"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bloom Music"
    ],
    "label_ids": [
        "4ebbc9ea-88f9-4cce-9dc6-4e413cf2f78f"
    ],
    "release_date": "2025-04-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "45 Trio offered their rendition of Minnie Riperton's \"Inside My Love\" along with b-side \"Gee Dee\" in 2025.\n45 Trio is comprised of: Junichi Sunayama, Masahiko Kubo, Shingo Hirakawa, Sunapanng, and Swing-O.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}