Information about plays

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

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

{
    "id": 3608679,
    "uri": "https://api.kexp.org/v2/plays/3608679/?format=api",
    "airdate": "2026-01-24T21:01:15-08:00",
    "show": 65744,
    "show_uri": "https://api.kexp.org/v2/shows/65744/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Laughing Stock",
    "track_id": null,
    "recording_id": null,
    "artist": "Zookraught",
    "artist_ids": [
        "86e8aa37-7a04-4ea4-b8a8-86f9ca814076"
    ],
    "album": "Single",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "Zookraught is playing at Belltown Yacht Club in Seattle tomorrow night with Doll Scheme and Mutual Stroke.\n\nhttps://zookraught.bandcamp.com/track/laughingstock",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}