Information about plays

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

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

{
    "id": 3561544,
    "uri": "https://api.kexp.org/v2/plays/3561544/?format=api",
    "airdate": "2025-10-05T06:20:38-07:00",
    "show": 64752,
    "show_uri": "https://api.kexp.org/v2/shows/64752/?format=api",
    "image_uri": "https://coverartarchive.org/release/5a869f89-2188-4d11-b07e-e69678f6cfc1/38055897875-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5a869f89-2188-4d11-b07e-e69678f6cfc1/38055897875-250.jpg",
    "song": "Reflections in Suspension",
    "track_id": null,
    "recording_id": "c85086c2-203d-4850-8fb0-ea409a88270e",
    "artist": "Steve Roach",
    "artist_ids": [
        "8347dd6d-b9a2-4e96-a610-d1ed67b189f1"
    ],
    "album": "Structures From Silence",
    "release_id": null,
    "release_group_id": "88b07bcb-9337-3ca5-9245-760a84b10996",
    "labels": [
        "Projekt"
    ],
    "label_ids": [
        "bf75ee31-20c9-461c-9ed1-49334fad5135"
    ],
    "release_date": "1984-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "~ this week's epic bliss out track ~",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}