Information about plays

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

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

{
    "id": 3542368,
    "uri": "https://api.kexp.org/v2/plays/3542368/?format=api",
    "airdate": "2025-08-20T05:55:41-07:00",
    "show": 64337,
    "show_uri": "https://api.kexp.org/v2/shows/64337/?format=api",
    "image_uri": "https://ia902804.us.archive.org/27/items/mbid-7840226d-3e5c-4e26-89db-1122787e8cc7/mbid-7840226d-3e5c-4e26-89db-1122787e8cc7-20610756646_thumb500.jpg",
    "thumbnail_uri": "https://ia802804.us.archive.org/27/items/mbid-7840226d-3e5c-4e26-89db-1122787e8cc7/mbid-7840226d-3e5c-4e26-89db-1122787e8cc7-20610756646_thumb250.jpg",
    "song": "Coconut",
    "track_id": "3edb3ff8-83ec-3aec-b718-71701893a5a8",
    "recording_id": "5f0ce963-90bc-4bb1-a50f-302db8fba4fd",
    "artist": "Harry Nilsson",
    "artist_ids": [
        "e5963d26-01fa-40f5-b200-e0127f410a45"
    ],
    "album": "Nilsson Schmilsson",
    "release_id": "7840226d-3e5c-4e26-89db-1122787e8cc7",
    "release_group_id": "19a185f4-f683-3d00-9571-7378ea276068",
    "labels": [
        "BMG Heritage"
    ],
    "label_ids": [
        "1a88e2e9-c496-4b90-bfd4-165e6859bc39"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Nilsson wrote the word \"coconut\" on a matchbook during a vacation in Hawaii, thinking it would make a great lyric for a song. When he returned home to Los Angeles, he found the matchbook while he was driving down the freeway and wrote the song in his car.\n--\nThe Muppets performed this on a 1979 episode of The Muppet Show in a skit where Kermit is in the hospital, explaining his condition to a doctor. He falls asleep, and when he wakes up, he's in the jungle and the doctor is a witch doctor.: https://www.youtube.com/watch?v=O9Qaf5YZ5iU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}