Information about plays

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

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

{
    "id": 3600401,
    "uri": "https://api.kexp.org/v2/plays/3600401/?format=api",
    "airdate": "2026-01-05T01:35:40-08:00",
    "show": 65567,
    "show_uri": "https://api.kexp.org/v2/shows/65567/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So It Goes",
    "track_id": null,
    "recording_id": null,
    "artist": "Kate Olson",
    "artist_ids": [
        "1b568ca3-f3fb-4d99-b654-fba7f1c88678"
    ],
    "album": "So It Goes",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "OA2 Records"
    ],
    "label_ids": [
        "024c0d11-ea64-4355-8f60-337eb1f94b35"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Upcoming music from local composer, musician, band leader Kate Olson featuring Wayne Horvitz on Piano, Geoff Harper on Bass\nhttps://www.kateplayssax.com/",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}