Information about plays

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

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

{
    "id": 3609134,
    "uri": "https://api.kexp.org/v2/plays/3609134/?format=api",
    "airdate": "2026-01-25T20:51:10-08:00",
    "show": 65754,
    "show_uri": "https://api.kexp.org/v2/shows/65754/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Can I Be Your Squeeze",
    "track_id": null,
    "recording_id": "37e0f12c-1da8-4081-84b8-6b00c57fe89d",
    "artist": "Chuck Carbo & The Soul Finders",
    "artist_ids": [],
    "album": "Can I Be Your Squeeze / Take Care Your Home Work Friend",
    "release_id": null,
    "release_group_id": "9d43d0b9-9402-32a0-b6fe-bae10bbd721d",
    "labels": [
        "Fire Ball"
    ],
    "label_ids": [],
    "release_date": "1969-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chuck Carbo & The Soul Finders released \"Can I Be Your Squeeze\" and b-side \"Take Care Your Homework Friend\" in 1969.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}