Information about plays

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

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

{
    "id": 3588557,
    "uri": "https://api.kexp.org/v2/plays/3588557/?format=api",
    "airdate": "2025-12-08T16:03:33-08:00",
    "show": 65324,
    "show_uri": "https://api.kexp.org/v2/shows/65324/?format=api",
    "image_uri": "https://coverartarchive.org/release/428c763d-a9cc-3cfb-bd33-752743e2d389/1762411070-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/428c763d-a9cc-3cfb-bd33-752743e2d389/1762411070-250.jpg",
    "song": "Camino del sol",
    "track_id": null,
    "recording_id": "c3e1a613-d8f1-4164-b3e0-76c46a1e656a",
    "artist": "Antena",
    "artist_ids": [
        "c86a6eeb-c0cb-4321-a9ea-dbc1e5b8acd7"
    ],
    "album": "Camino del Sol",
    "release_id": null,
    "release_group_id": "3a2f6da8-95db-4042-baa8-4f04e7425065",
    "labels": [
        "LTM"
    ],
    "label_ids": [
        "2980ca2b-244d-40ee-b015-5519a3ad7a4c"
    ],
    "release_date": "1982-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Antena is a French-Belgian new wave/bossa nova trio whose music has seen renewed interest thanks to reissues by the archival record label Numero Group.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}