Information about plays

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

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

{
    "id": 3547861,
    "uri": "https://api.kexp.org/v2/plays/3547861/?format=api",
    "airdate": "2025-09-02T05:24:54-07:00",
    "show": 64452,
    "show_uri": "https://api.kexp.org/v2/shows/64452/?format=api",
    "image_uri": "https://ia801507.us.archive.org/8/items/mbid-99337815-88a4-4296-9a39-34abe4d7bd6d/mbid-99337815-88a4-4296-9a39-34abe4d7bd6d-5250635694_thumb500.jpg",
    "thumbnail_uri": "https://ia801507.us.archive.org/8/items/mbid-99337815-88a4-4296-9a39-34abe4d7bd6d/mbid-99337815-88a4-4296-9a39-34abe4d7bd6d-5250635694_thumb250.jpg",
    "song": "Sheep Go to Heaven",
    "track_id": "9a49961a-b352-3166-a002-6268dd077bae",
    "recording_id": "d3921495-0b5f-4402-91a4-09e875e92da8",
    "artist": "CAKE",
    "artist_ids": [
        "fa7b9055-3703-473a-8a09-adf2fe031a24"
    ],
    "album": "Prolonging the Magic",
    "release_id": "99337815-88a4-4296-9a39-34abe4d7bd6d",
    "release_group_id": "34cc7616-0e7e-34aa-a42d-bc9c17755f18",
    "labels": [
        "Capricorn Records"
    ],
    "label_ids": [
        "193ad58f-5e6b-4a86-8038-c03501565869"
    ],
    "release_date": "1998-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Get this, Prolonging the Magic was given a parental advisory sticker not because of profanity but for Satanic-themed lyrics.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}