Information about plays

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

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

{
    "id": 3568742,
    "uri": "https://api.kexp.org/v2/plays/3568742/?format=api",
    "airdate": "2025-10-23T02:07:48-07:00",
    "show": 64908,
    "show_uri": "https://api.kexp.org/v2/shows/64908/?format=api",
    "image_uri": "https://coverartarchive.org/release/05393398-3e40-43f1-8792-8f3f9efdfd44/39703581877-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/05393398-3e40-43f1-8792-8f3f9efdfd44/39703581877-250.jpg",
    "song": "Soft and Wet",
    "track_id": null,
    "recording_id": "3ecd582f-32da-4498-b568-49317f7fd781",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "For You",
    "release_id": null,
    "release_group_id": "628ce859-6d98-364f-9d91-b86f4cca6fb5",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1978-04-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This was the song that got the attention of Warner Bros. Records, which signed Prince to a contract in 1977 when he was just 18 years old. Prince had made a name for himself playing in bands and on sessions around Minneapolis, and when he shopped his demo around, it got a lot of interest. The deal he signed with Warner Bros. gave him a tremendous amount of creative freedom: he sang, produced and played all the instruments on his first album For You, which was released in 1978 when he was 19. \"Soft and Wet\" was the first single, and despite a title that kept it from consideration at some radio stations, the song charted at #92 on the Hot 100 and #12 R&B.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}