Information about plays

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

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

{
    "id": 3546985,
    "uri": "https://api.kexp.org/v2/plays/3546985/?format=api",
    "airdate": "2025-08-31T01:58:12-07:00",
    "show": 64433,
    "show_uri": "https://api.kexp.org/v2/shows/64433/?format=api",
    "image_uri": "https://coverartarchive.org/release/63f355c3-adef-4766-a973-129055cc217f/39022782546-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/63f355c3-adef-4766-a973-129055cc217f/39022782546-250.jpg",
    "song": "Adorned in Rotting Flesh",
    "track_id": null,
    "recording_id": "f2a1a31e-0fad-4384-b3c7-bf1d8d8bbc61",
    "artist": "Noroth",
    "artist_ids": [
        "8f0179d6-3e89-4b1e-947e-515d07ee8d7a"
    ],
    "album": "Sacrificial Solace",
    "release_id": null,
    "release_group_id": "535dc4a4-b854-474a-81ef-096e9f7e79a4",
    "labels": [
        "Carbonized Records"
    ],
    "label_ids": [
        "8d5655e0-425f-46c3-b2d0-6eff96fcf4e3"
    ],
    "release_date": "2024-06-07",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Noroth is set to kick off a European tour this week!\n\nhttps://noroth.bandcamp.com/album/sacrificial-solace\nhttps://www.facebook.com/norothovcascadia/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}