Information about plays

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

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

{
    "id": 3562152,
    "uri": "https://api.kexp.org/v2/plays/3562152/?format=api",
    "airdate": "2025-10-06T23:35:03-07:00",
    "show": 64767,
    "show_uri": "https://api.kexp.org/v2/shows/64767/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca7f32d1-4fa2-4750-802a-b06c4e3dc347/24581286824-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca7f32d1-4fa2-4750-802a-b06c4e3dc347/24581286824-250.jpg",
    "song": "Warm Leatherette",
    "track_id": null,
    "recording_id": "30bd3fa0-2423-4c9d-8bee-111a47c3eac2",
    "artist": "The Normal",
    "artist_ids": [
        "0817869a-0671-412c-b28c-2ad14dddb078"
    ],
    "album": "Warm Leatherette / T.V.O.D.",
    "release_id": null,
    "release_group_id": "aaf8ec6e-f1e7-312d-af91-8ca168a388f6",
    "labels": [
        "Mute"
    ],
    "label_ids": [
        "e0b106a5-4add-4839-9e40-c192457e1bf8"
    ],
    "release_date": "1978-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mechanical Breakdown-core",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}