Information about plays

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

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

{
    "id": 3549858,
    "uri": "https://api.kexp.org/v2/plays/3549858/?format=api",
    "airdate": "2025-09-07T01:45:14-07:00",
    "show": 64496,
    "show_uri": "https://api.kexp.org/v2/shows/64496/?format=api",
    "image_uri": "https://coverartarchive.org/release/26842eb8-aa89-3b2a-ba35-87deddc8979f/17009174877-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/26842eb8-aa89-3b2a-ba35-87deddc8979f/17009174877-250.jpg",
    "song": "It Don't Matter to Me",
    "track_id": null,
    "recording_id": "294f9f34-110a-4745-a28b-38f2085bc681",
    "artist": "Holocaust",
    "artist_ids": [
        "a1959ff4-d00d-4e07-9bba-54593ffef5df"
    ],
    "album": "The Nightcomers",
    "release_id": null,
    "release_group_id": "3f658056-6d34-3e36-a841-8e55c6542218",
    "labels": [
        "Phoenix Record and Filmworks"
    ],
    "label_ids": [
        "46656a05-4de0-45e3-929e-9057021821a2"
    ],
    "release_date": "1981-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Formed in Edinburgh, Scotland in 1977, Holocaust is still playing live shows.\n\nhttps://www.facebook.com/holometal2/\nhttps://sleaszyrider.bandcamp.com/album/holocaust-elder-gods",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}