Information about plays

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

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

{
    "id": 3530884,
    "uri": "https://api.kexp.org/v2/plays/3530884/?format=api",
    "airdate": "2025-07-23T21:33:21-07:00",
    "show": 64094,
    "show_uri": "https://api.kexp.org/v2/shows/64094/?format=api",
    "image_uri": "https://coverartarchive.org/release/72737b96-22c4-47f5-bc99-722c7f106729/19919118381-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72737b96-22c4-47f5-bc99-722c7f106729/19919118381-250.jpg",
    "song": "Curse in the Trees",
    "track_id": null,
    "recording_id": "e9fcbf43-0842-4ac9-9023-13de24f5a78f",
    "artist": "Uncle Acid & The Deadbeats",
    "artist_ids": [
        "e5edd3b8-2a81-42c4-93a4-c19a10713295"
    ],
    "album": "Blood Lust",
    "release_id": null,
    "release_group_id": "688f9429-f883-42ba-86f7-9cd1df4e4de5",
    "labels": [
        "Metal Blade Records"
    ],
    "label_ids": [
        "88aa805c-6cbe-45d2-b43e-156e94090da9"
    ],
    "release_date": "2011-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Uncle Acid & The Deadbeats grew in popularity just over a decade ago from people discovering tracks uploaded by them to Youtube, and they blew up to be a mysterious cult phenomenon, selling out their releases in minutes https://riseaboverecords.com/product/blood-lust/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}