Information about plays

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

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

{
    "id": 3597098,
    "uri": "https://api.kexp.org/v2/plays/3597098/?format=api",
    "airdate": "2025-12-28T08:12:15-08:00",
    "show": 65496,
    "show_uri": "https://api.kexp.org/v2/shows/65496/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Your Kind",
    "track_id": null,
    "recording_id": "4a57c430-3c89-44e5-ab34-7bb27ba29242",
    "artist": "Gianni Brezzo",
    "artist_ids": [
        "d53f2e87-84d7-4a0e-ae6b-ecf33027e528"
    ],
    "album": "Sprechiamo!",
    "release_id": null,
    "release_group_id": "43c9bcac-87cc-49af-ac75-bf8ac766fa63",
    "labels": [
        "Jakarta Records"
    ],
    "label_ids": [
        "7b774ad3-2be0-4e34-a0ed-6004b622897e"
    ],
    "release_date": "2025-03-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Breezy, blissful, Balearic vibes on the latest album from Cologne, Germany-based Italian musician Marvin Horsch aka Gianni Brezzo ~ https://giannibrezzo.bandcamp.com/album/sprechiamo",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}