Information about plays

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

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

{
    "id": 3609112,
    "uri": "https://api.kexp.org/v2/plays/3609112/?format=api",
    "airdate": "2026-01-25T19:48:22-08:00",
    "show": 65754,
    "show_uri": "https://api.kexp.org/v2/shows/65754/?format=api",
    "image_uri": "https://coverartarchive.org/release/49257c63-e6f2-4e30-82c3-2a4dfed03dd2/21366626440-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/49257c63-e6f2-4e30-82c3-2a4dfed03dd2/21366626440-250.jpg",
    "song": "Go For Broke",
    "track_id": null,
    "recording_id": "cd1c3662-beac-403b-90db-56a258738ac2",
    "artist": "Bo Diddley",
    "artist_ids": [
        "bf659d74-0b61-488c-8a7d-594f43bed9e0"
    ],
    "album": "Another Dimension",
    "release_id": null,
    "release_group_id": "28268b5e-53c5-475a-a68b-4134b42cfaf1",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1971-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Elias McDaniel aka Bo Diddley released \"Go For Broke\" on the 1971 album Another Dimension.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}