Information about plays

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

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

{
    "id": 3591083,
    "uri": "https://api.kexp.org/v2/plays/3591083/?format=api",
    "airdate": "2025-12-14T17:27:53-08:00",
    "show": 65378,
    "show_uri": "https://api.kexp.org/v2/shows/65378/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Je t'aime… moi non plus",
    "track_id": "0e05d289-f9f7-33ec-be21-2146bd42a438",
    "recording_id": "c407e5be-a406-43a3-a22a-a8077a43b237",
    "artist": "Jane Birkin & Serge Gainsbourg",
    "artist_ids": [
        "e4f92153-dd32-4c81-98bd-e0ad9a1b9672",
        "b21ef19b-c6aa-4775-90d3-3cc3e067ce6d"
    ],
    "album": "Je t'aime… moi non plus",
    "release_id": "4b897386-8ad7-33cc-ac1d-a42830d201a8",
    "release_group_id": "439bc5f0-d8f0-34e8-b891-3e8d54773442",
    "labels": [
        "Fontana"
    ],
    "label_ids": [
        "c69058f5-0089-464b-b574-dd44b0f7f610"
    ],
    "release_date": "2001-02-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today would have been Jane Birkin's 79th birthday (she died in 2023).\n\nGainsbourg originally wrote and recorded this song with Brigitte Bardot in 1967, but the recording was unreleased...He then recorded with Jane Birkin after she sang the song over the phone. He asked her to record it in an octave higher to sound \"like a little boy\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}