Information about plays

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

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

{
    "id": 3580309,
    "uri": "https://api.kexp.org/v2/plays/3580309/?format=api",
    "airdate": "2025-11-19T17:18:55-08:00",
    "show": 65155,
    "show_uri": "https://api.kexp.org/v2/shows/65155/?format=api",
    "image_uri": "https://ia800805.us.archive.org/19/items/mbid-6765aaef-1e9d-3ebe-956a-be97390932e5/mbid-6765aaef-1e9d-3ebe-956a-be97390932e5-28085920093_thumb500.jpg",
    "thumbnail_uri": "https://ia600805.us.archive.org/19/items/mbid-6765aaef-1e9d-3ebe-956a-be97390932e5/mbid-6765aaef-1e9d-3ebe-956a-be97390932e5-28085920093_thumb250.jpg",
    "song": "Horny Toad",
    "track_id": "6ab7d273-77d9-32f2-a20d-ef066ff97ff9",
    "recording_id": "d17af2bd-f1f1-4a59-9686-741b599ee16d",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "The Hits/The B-Sides",
    "release_id": "6765aaef-1e9d-3ebe-956a-be97390932e5",
    "release_group_id": "066e19c3-7f37-345a-adbe-9b06d07a39af",
    "labels": [
        "Paisley Park",
        "Warner Bros. Records"
    ],
    "label_ids": [
        "df9ba4e5-6933-4729-a210-19510b393cdf",
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1993-09-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "🐸💜 Horny Toad was released as the b-side of the single Delirious, the fourth single to be released from Prince’s fifth album 1999, while in the UK, it was released as the b-side of the single Little Red Corvette, the album’s second single.\n - \nhttps://princevault.com/index.php?title=Horny_Toad",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}