Information about plays

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

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

{
    "id": 3570169,
    "uri": "https://api.kexp.org/v2/plays/3570169/?format=api",
    "airdate": "2025-10-26T09:09:40-07:00",
    "show": 64939,
    "show_uri": "https://api.kexp.org/v2/shows/64939/?format=api",
    "image_uri": "https://coverartarchive.org/release/adf11a8f-8311-459f-ac42-d7c883c21474/27006262803-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/adf11a8f-8311-459f-ac42-d7c883c21474/27006262803-250.jpg",
    "song": "Prayer of Death",
    "track_id": null,
    "recording_id": "30efcf2b-3872-41c3-b805-b78c819f71fc",
    "artist": "Entrance",
    "artist_ids": [
        "6af4b521-0a16-4396-845c-99dcf272347c"
    ],
    "album": "Prayer of Death",
    "release_id": null,
    "release_group_id": "43c71172-462d-30ce-98a3-cb782c3c5e2d",
    "labels": [
        "Tee Pee Records"
    ],
    "label_ids": [
        "4081ad06-da69-498c-a7bf-c119bc46684c"
    ],
    "release_date": "2006-11-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Version of the Charley Patton tune by Baltimore blues musician, Guy Blakeslee.\n\nHis final words are \"When you think about death every morning, don't you ever be afraid!\"\nhttps://pitchfork.com/reviews/albums/9159-prayer-of-death/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}