Information about plays

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

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

{
    "id": 3657481,
    "uri": "https://api.kexp.org/v2/plays/3657481/?format=api",
    "airdate": "2026-05-21T02:35:10-07:00",
    "show": 66772,
    "show_uri": "https://api.kexp.org/v2/shows/66772/?format=api",
    "image_uri": "https://coverartarchive.org/release/7cbfb29e-49e3-4fd9-9da9-15727d90a875/29604260329-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7cbfb29e-49e3-4fd9-9da9-15727d90a875/29604260329-250.jpg",
    "song": "Llorarás",
    "track_id": null,
    "recording_id": "78ba6bca-0eff-4541-959d-b00c59038a90",
    "artist": "Oscar D'León & Dimensión Latina",
    "artist_ids": [
        "b6059fbd-b176-4585-bb58-ea2f34269500",
        "19cf9da9-4a63-4edd-9f65-816f309dc2f0"
    ],
    "album": "Dimensión Latina '75",
    "release_id": null,
    "release_group_id": "d14f6cd1-09de-466f-ae77-a03894c842f3",
    "labels": [
        "Top Hits"
    ],
    "label_ids": [
        "5a64902b-8f23-4742-ae9e-744d8c34206e"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}