Information about plays

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

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

{
    "id": 3634252,
    "uri": "https://api.kexp.org/v2/plays/3634252/?format=api",
    "airdate": "2026-03-27T11:55:43-07:00",
    "show": 66292,
    "show_uri": "https://api.kexp.org/v2/shows/66292/?format=api",
    "image_uri": "https://coverartarchive.org/release/3646b1a3-89b9-459f-aa3f-cbabe59f46a6/29670260332-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3646b1a3-89b9-459f-aa3f-cbabe59f46a6/29670260332-250.jpg",
    "song": "Grease",
    "track_id": null,
    "recording_id": "9300818d-8dcf-48e2-954a-98442a8bbee1",
    "artist": "Frankie Valli",
    "artist_ids": [
        "3c714102-94d8-42f4-9005-fb8a75c2766d"
    ],
    "album": "Grease",
    "release_id": null,
    "release_group_id": "99ef2399-db14-33c0-83c3-89ef71466e78",
    "labels": [
        "RSO"
    ],
    "label_ids": [
        "3930d173-b232-4ff8-b2f3-568651924d98"
    ],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The previous track, \"Can’t Take My Eyes Off of You,\" is a cover of Frankie Valli's song, first released in 1967.\n\nHis real name was Francesco Stephen Castelluccio.  He achieved fame as the falsetto singer of Frankie Valli and the Four Seasons.: https://www.frankievallifourseasons.com/bio\n--\nWatch him perform this song live on the BBC in 1978: https://www.youtube.com/watch?v=aOpnnrS4ags",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}