Information about plays

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

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

{
    "id": 3629007,
    "uri": "https://api.kexp.org/v2/plays/3629007/?format=api",
    "airdate": "2026-03-14T22:20:15-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://coverartarchive.org/release/984afa2e-b883-42b0-8cbe-7fd175e67620/3258379089-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/984afa2e-b883-42b0-8cbe-7fd175e67620/3258379089-250.jpg",
    "song": "A World That We Never Made",
    "track_id": null,
    "recording_id": "f6be0c61-506a-4b61-87d3-9d4d79d56961",
    "artist": "Dear Landlord",
    "artist_ids": [
        "434cb54c-e3b7-4db4-b811-e16215afb5bf"
    ],
    "album": "Dream Homes",
    "release_id": null,
    "release_group_id": "17afcdf6-973e-4386-aa1a-380287fd59ae",
    "labels": [
        "No Idea Records"
    ],
    "label_ids": [
        "0cead9e2-8156-48cc-8f1f-0e756aad27c8"
    ],
    "release_date": "2009-06-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring members of The Copyrights\n\nhttps://dearlandlord77.bandcamp.com/album/dream-homes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}