Information about plays

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

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

{
    "id": 3572466,
    "uri": "https://api.kexp.org/v2/plays/3572466/?format=api",
    "airdate": "2025-11-01T04:15:40-07:00",
    "show": 64989,
    "show_uri": "https://api.kexp.org/v2/shows/64989/?format=api",
    "image_uri": "https://coverartarchive.org/release/4238ba6d-2ffd-41f6-aab5-395c3eaa0825/38298907172-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4238ba6d-2ffd-41f6-aab5-395c3eaa0825/38298907172-250.jpg",
    "song": "Silent Monster (The Other Side of the Mirror)",
    "track_id": null,
    "recording_id": "ed8ad995-4087-4cb8-89f5-5c0adabe079e",
    "artist": "Echoberyl",
    "artist_ids": [
        "83f5ed0c-4feb-413d-bd35-f62c1a2f44c0"
    ],
    "album": "Through the Chaos",
    "release_id": null,
    "release_group_id": "4ba04f18-df95-424b-bd4d-23841a060bde",
    "labels": [
        "Mother Solitude Records"
    ],
    "label_ids": [
        "4b3bd10d-36f9-44f7-b00f-77694db02f26"
    ],
    "release_date": "2024-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://echoberyl.bandcamp.com/album/through-the-chaos",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}