Information about plays

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

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

{
    "id": 3634247,
    "uri": "https://api.kexp.org/v2/plays/3634247/?format=api",
    "airdate": "2026-03-27T11:32:56-07:00",
    "show": 66292,
    "show_uri": "https://api.kexp.org/v2/shows/66292/?format=api",
    "image_uri": "https://coverartarchive.org/release/5cca6175-b3d3-420b-a70a-0a8d7293e762/19800359191-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5cca6175-b3d3-420b-a70a-0a8d7293e762/19800359191-250.jpg",
    "song": "Love Is a Drug",
    "track_id": null,
    "recording_id": "43a68ee6-a7cd-4d35-8d24-95906fa5e468",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Warm Leatherette",
    "release_id": null,
    "release_group_id": "05523d1a-19f5-3c46-8df1-04be0a3af5bc",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1980-06-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this track Grace Jones covers the 1975 song from Roxy Music, released on their Siren album.\n\nGrace Jones released a memoir in 2015 called 'I'll Never Write My Memoirs' -- http://www.gigwise.com/news/101424/grace-jones-reveals-details-of-ill-never-write-my-memoirs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}