Information about plays

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

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

{
    "id": 3658781,
    "uri": "https://api.kexp.org/v2/plays/3658781/?format=api",
    "airdate": "2026-05-24T00:45:01-07:00",
    "show": 66799,
    "show_uri": "https://api.kexp.org/v2/shows/66799/?format=api",
    "image_uri": "https://coverartarchive.org/release/e0de9e40-b606-37c0-a7c9-fa8433df9301/7853536508-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e0de9e40-b606-37c0-a7c9-fa8433df9301/7853536508-250.jpg",
    "song": "Future World",
    "track_id": null,
    "recording_id": "80d8b974-b2d1-4386-8f78-e05af5e1e9b4",
    "artist": "Helloween",
    "artist_ids": [
        "765774a0-2060-469b-8b7d-612eea48579b"
    ],
    "album": "Keeper of the Seven Keys, Part I",
    "release_id": null,
    "release_group_id": "a5b25e78-2c46-3c59-ab07-e022d88699ed",
    "labels": [
        "Noise International"
    ],
    "label_ids": [
        "6bbc25c4-f139-4776-88af-8d666db944dd"
    ],
    "release_date": "1987-04-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Helloween released their classic album \"Keeper of the Seven Keys, Part I\" in 1987. It was a groundbreaking record that defined European power metal and marked the debut of vocalist Michael Kiske. https://www.helloween.org/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}