Information about plays

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

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

{
    "id": 3538184,
    "uri": "https://api.kexp.org/v2/plays/3538184/?format=api",
    "airdate": "2025-08-10T00:27:17-07:00",
    "show": 64249,
    "show_uri": "https://api.kexp.org/v2/shows/64249/?format=api",
    "image_uri": "https://coverartarchive.org/release/96adcf44-3ad8-4886-80c7-500973e2bb1d/8152468350-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/96adcf44-3ad8-4886-80c7-500973e2bb1d/8152468350-250.jpg",
    "song": "Visual Aggression",
    "track_id": null,
    "recording_id": "fcedbb49-4555-45dc-a6da-8e8bffa7d4c6",
    "artist": "Celtic Frost",
    "artist_ids": [
        "d91b3683-4622-4d72-8a03-80f1ff59e639"
    ],
    "album": "Emperor’s Return",
    "release_id": null,
    "release_group_id": "8e772f29-fdeb-3685-91df-2ba70f79102d",
    "labels": [
        "Noise Records"
    ],
    "label_ids": [
        "8a9c7919-4bf5-46f1-acab-974a3ad3922f"
    ],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Some copies of the original pressing of Emperor's Return mistakenly have the Morbid Tales center label on Side A.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}