Information about plays

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

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

{
    "id": 3618305,
    "uri": "https://api.kexp.org/v2/plays/3618305/?format=api",
    "airdate": "2026-02-16T13:24:27-08:00",
    "show": 65951,
    "show_uri": "https://api.kexp.org/v2/shows/65951/?format=api",
    "image_uri": "https://coverartarchive.org/release/022a703a-649e-4227-94d2-f81362b1ffc3/41280288406-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/022a703a-649e-4227-94d2-f81362b1ffc3/41280288406-250.jpg",
    "song": "La Vie en rose",
    "track_id": null,
    "recording_id": "2f02b15f-e9f5-4e3c-aaa3-e5c68a45d325",
    "artist": "Grace Jones",
    "artist_ids": [
        "b1c124b3-cf60-41a6-8699-92728c8a3fe0"
    ],
    "album": "Portfolio",
    "release_id": null,
    "release_group_id": "3766a04a-0294-38c2-85b5-05e3b27904b5",
    "labels": [
        "Island"
    ],
    "label_ids": [
        "dfd92cd3-4888-46d2-b968-328b1feb2642"
    ],
    "release_date": "1977-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"La Vie en rose\" is the signature song of popular French singer Édith Piaf, written in 1945, popularized in 1946, and released as a single in 1947. The lyrics of \"La Vie en rose\" were written by Édith Piaf for music composed by Louiguy, -- This is Grace Jones' cover of \"La Vie en rose.\" Jones's fairly radical bossa nova interpretation of Édith Piaf's signature tune became her first international hit single and a staple of her repertoire. Jones said about the song, \"That's a very special song to me. Oh God, I cry every time I sing it. I had quite a few French lovers, so every time I sing it I think about them.\" -- Oh, BTW, want to hear the original?: https://www.youtube.com/watch?v=kFzViYkZAz4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}