Information about plays

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

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

{
    "id": 3562265,
    "uri": "https://api.kexp.org/v2/plays/3562265/?format=api",
    "airdate": "2025-10-07T06:34:17-07:00",
    "show": 64769,
    "show_uri": "https://api.kexp.org/v2/shows/64769/?format=api",
    "image_uri": "https://ia600207.us.archive.org/15/items/mbid-c0684a74-bf18-4338-87ca-c6f9d25ad237/mbid-c0684a74-bf18-4338-87ca-c6f9d25ad237-9975998761_thumb500.jpg",
    "thumbnail_uri": "https://ia800207.us.archive.org/15/items/mbid-c0684a74-bf18-4338-87ca-c6f9d25ad237/mbid-c0684a74-bf18-4338-87ca-c6f9d25ad237-9975998761_thumb250.jpg",
    "song": "I Will Always Love You",
    "track_id": "18bcabfb-c0e1-4c56-8f8e-04f9a241268f",
    "recording_id": "92f2ba50-8045-4fa9-a4a4-2235d8fca21e",
    "artist": "Dolly Parton",
    "artist_ids": [
        "1d543e07-d0d2-4834-a8db-d65c50c2a856"
    ],
    "album": "Jolene",
    "release_id": "c0684a74-bf18-4338-87ca-c6f9d25ad237",
    "release_group_id": "e13af55a-84e8-31d5-a4cd-f5681616235b",
    "labels": [
        "RCA Victor"
    ],
    "label_ids": [
        "b3f4e6a5-ece0-43be-a530-68ad0d49fee8"
    ],
    "release_date": "1974-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#491 Favorite Album of All Time: Jolene, Dolly Parton\n\nDolly released her 13th solo studio album, \"Jolene,\" produced by Bob Ferguson, in 1974. Released as the album’s second single, \"I Will Always Love You\" became a public goodbye from Dolly to Porter Wagoner as she left \"The Porter Wagoner Show\" after seven years to pursue her solo career. \n\nThe song became the album’s second No. 1 country single and one of the most successful songs of all time. The album reached No. 6 on the U.S. Country Music Charts. Dolly earned a GRAMMY nomination with the title track for Best Female Country Vocal Performance.\n\nhttps://dollyparton.com/album/jolene-album",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}