Information about plays

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

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

{
    "id": 3552776,
    "uri": "https://api.kexp.org/v2/plays/3552776/?format=api",
    "airdate": "2025-09-14T01:23:25-07:00",
    "show": 64557,
    "show_uri": "https://api.kexp.org/v2/shows/64557/?format=api",
    "image_uri": "https://coverartarchive.org/release/ce38a7ad-5e23-45b8-b421-6ba3c47f29f3/16216752842-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ce38a7ad-5e23-45b8-b421-6ba3c47f29f3/16216752842-250.jpg",
    "song": "When the Sun Burns Red",
    "track_id": null,
    "recording_id": "6110f96a-060a-4697-a487-4f1dd5974de4",
    "artist": "Kreator",
    "artist_ids": [
        "39822e8d-f24e-4f07-b51b-28b22e59fbdb"
    ],
    "album": "Coma of Souls",
    "release_id": null,
    "release_group_id": "60ded5ee-2661-302b-808a-fcc176e1d5b1",
    "labels": [
        "Sanctuary Records"
    ],
    "label_ids": [
        "94469373-73c9-4699-85df-414d577f9a7b"
    ],
    "release_date": "1990-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "For Sepp in Munich, Germany\n\nKreator dropped a new merch collection over on their Bravo merch store.\n\nhttps://kreatorstore.com/\nhttps://www.kreator-terrorzone.de/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}