Information about plays

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

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

{
    "id": 3561473,
    "uri": "https://api.kexp.org/v2/plays/3561473/?format=api",
    "airdate": "2025-10-05T01:51:24-07:00",
    "show": 64749,
    "show_uri": "https://api.kexp.org/v2/shows/64749/?format=api",
    "image_uri": "https://coverartarchive.org/release/dfef4401-bb4a-48eb-996d-08c36ee830de/18944221677-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/dfef4401-bb4a-48eb-996d-08c36ee830de/18944221677-250.jpg",
    "song": "Vampire",
    "track_id": null,
    "recording_id": "a50aeed3-588e-44b2-98e2-f8b2b9e7334f",
    "artist": "Blood Feast",
    "artist_ids": [
        "687bddbc-9481-4c10-bcad-a2b957963fc2"
    ],
    "album": "Kill for Pleasure",
    "release_id": null,
    "release_group_id": "cd4b91ce-1340-302b-9865-c6fe4ca40c3c",
    "labels": [
        "U.S. Metal Records"
    ],
    "label_ids": [
        "6edfb67c-e755-4c8e-977c-17a94c6a4a9e"
    ],
    "release_date": "1986-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "from New Jersey.  First split up in 1991. Played a one-off gig at the March Metal Meltdown in Asbury Park, New Jersey in 1999. Reformed in 2007 and have continued playing together since.\n\nhttps://www.facebook.com/bloodfeastlegions",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}