Information about plays

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

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

{
    "id": 3601139,
    "uri": "https://api.kexp.org/v2/plays/3601139/?format=api",
    "airdate": "2026-01-06T20:27:58-08:00",
    "show": 65582,
    "show_uri": "https://api.kexp.org/v2/shows/65582/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Musical Medicine",
    "track_id": null,
    "recording_id": null,
    "artist": "Adrian Sherwood, African Head Charge & Speakers Corner Quartet",
    "artist_ids": [],
    "album": "Barbican Heights",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "On-U Sound"
    ],
    "label_ids": [
        "129d0c94-8097-4f3b-94a6-cf84ede01c7d"
    ],
    "release_date": "2025-10-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://adriansherwood.bandcamp.com/album/barbican-heights",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}