Information about plays

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

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

{
    "id": 3635392,
    "uri": "https://api.kexp.org/v2/plays/3635392/?format=api",
    "airdate": "2026-03-30T01:36:41-07:00",
    "show": 66317,
    "show_uri": "https://api.kexp.org/v2/shows/66317/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Country Song",
    "track_id": null,
    "recording_id": "f5dedadb-5f45-45b9-bdb4-3d02dda55e9a",
    "artist": "Walt Wagner",
    "artist_ids": [
        "f6664788-c006-4a11-8a1c-07877b3d992e"
    ],
    "album": "In Sun Valley",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Topaz"
    ],
    "label_ids": [
        "c0cafb5a-493d-4db7-8d72-c0073606a22e"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Locally recorded at Kearny Barton's Studio right here in Seattle",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}