Information about plays

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

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

{
    "id": 3557677,
    "uri": "https://api.kexp.org/v2/plays/3557677/?format=api",
    "airdate": "2025-09-25T19:17:56-07:00",
    "show": 64660,
    "show_uri": "https://api.kexp.org/v2/shows/64660/?format=api",
    "image_uri": "https://coverartarchive.org/release/af362c02-0c5c-4284-bf38-d19fc0a253e0/25692798905-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/af362c02-0c5c-4284-bf38-d19fc0a253e0/25692798905-250.jpg",
    "song": "Weather",
    "track_id": null,
    "recording_id": "ad71e314-d59f-4960-a321-2243d179459f",
    "artist": "Ginger Root",
    "artist_ids": [
        "22dc2681-4260-437e-a570-c4e92e011f68"
    ],
    "album": "Weather",
    "release_id": null,
    "release_group_id": "d645a360-c534-4ea5-b48f-4e1d0bd38adb",
    "labels": [
        "Acrophase Records"
    ],
    "label_ids": [
        "6de4de0e-1511-4a2b-9e54-6610bc581e09"
    ],
    "release_date": "2019-06-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Check out Ginger Root's Live on KEXP performance from September 2024. It's an analog dream:\n\nhttps://www.youtube.com/watch?v=smXduZgPrpc",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}