Information about plays

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

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

{
    "id": 3659462,
    "uri": "https://api.kexp.org/v2/plays/3659462/?format=api",
    "airdate": "2026-05-25T16:06:39-07:00",
    "show": 66814,
    "show_uri": "https://api.kexp.org/v2/shows/66814/?format=api",
    "image_uri": "https://coverartarchive.org/release/676d1446-ab7c-43e0-895a-5d09d303b224/27021039033-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/676d1446-ab7c-43e0-895a-5d09d303b224/27021039033-250.jpg",
    "song": "I’m a Joestar (Black Power Fantasy)",
    "track_id": null,
    "recording_id": "454cbdde-bbc7-4abf-9de3-ba5ae1336889",
    "artist": "Open Mike Eagle",
    "artist_ids": [
        "4508a423-daaa-4d43-a839-aa1a9be88a9c"
    ],
    "album": "Anime, Trauma and Divorce",
    "release_id": null,
    "release_group_id": "1b7786f8-612e-4469-9db2-1b2aa318361d",
    "labels": [
        "Auto Reverse Records"
    ],
    "label_ids": [
        "3d09b8ee-b38f-4512-8b3c-776ca85b0338"
    ],
    "release_date": "2020-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Find the album here:\n\nhttps://openmikeeagle.bandcamp.com/album/anime-trauma-and-divorce",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}