Information about plays

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

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

{
    "id": 3524796,
    "uri": "https://api.kexp.org/v2/plays/3524796/?format=api",
    "airdate": "2025-07-09T15:46:54-07:00",
    "show": 63966,
    "show_uri": "https://api.kexp.org/v2/shows/63966/?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": "The track was one of the earliest professional recordings by Prince, and recordings were made in Summer 1976 at Moon Sound in Minneapolis, Minnesota. \"Soft And Wet\" was included as the second track on Prince’s 1976 demo tape he took to various record companies in New York.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}