Information about plays

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

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

{
    "id": 3597913,
    "uri": "https://api.kexp.org/v2/plays/3597913/?format=api",
    "airdate": "2025-12-30T07:37:51-08:00",
    "show": 65514,
    "show_uri": "https://api.kexp.org/v2/shows/65514/?format=api",
    "image_uri": "https://coverartarchive.org/release/3e3ad824-60b1-34c4-8357-30d202dca6d0/2220073027-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3e3ad824-60b1-34c4-8357-30d202dca6d0/2220073027-250.jpg",
    "song": "I'm Gonna Haunt You",
    "track_id": null,
    "recording_id": "3070f619-5d2c-4d49-86ed-24277830cf6d",
    "artist": "Fabienne Delsol",
    "artist_ids": [
        "122805dc-68f0-424f-8f33-7a3d141cf4f9"
    ],
    "album": "No Time for Sorrows",
    "release_id": null,
    "release_group_id": "28aaa455-f3e6-3891-822e-cac3b475dfea",
    "labels": [
        "Damaged Goods"
    ],
    "label_ids": [
        "82e33448-fd8d-4cf1-a5a0-3d0520c19282"
    ],
    "release_date": "2004-10-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "French artist Fabienne Delsol began her career as the frontwoman for the Bristols, before releasing her first solo album, \"No Time For Sorrows.\" One of the key tracks, ‘I’m Gonna Haunt You’ received extensive airplay on Australian radio.\nhttps://damagedgoods.co.uk/bands/fabienne-delsol/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}