Information about plays

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

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

{
    "id": 3548586,
    "uri": "https://api.kexp.org/v2/plays/3548586/?format=api",
    "airdate": "2025-09-03T21:58:13-07:00",
    "show": 64466,
    "show_uri": "https://api.kexp.org/v2/shows/64466/?format=api",
    "image_uri": "https://coverartarchive.org/release/fad71b71-5786-496a-b15b-8ce225582eb2/29725558293-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fad71b71-5786-496a-b15b-8ce225582eb2/29725558293-250.jpg",
    "song": "Pentimento",
    "track_id": null,
    "recording_id": "0ed932e6-a89e-4f12-870c-81600eb35839",
    "artist": "Sven Wunder",
    "artist_ids": [
        "b035c36e-1bb5-404b-97df-e8b72e54d215"
    ],
    "album": "Natura Morta",
    "release_id": null,
    "release_group_id": "6fa63364-0818-4f32-b98f-160ca91d048e",
    "labels": [
        "Piano Piano Records"
    ],
    "label_ids": [
        "fff8f166-8caa-4bdb-a9e9-523e65dfb5b2"
    ],
    "release_date": "2021-06-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}