Information about plays

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

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

{
    "id": 3640682,
    "uri": "https://api.kexp.org/v2/plays/3640682/?format=api",
    "airdate": "2026-04-11T09:39:44-07:00",
    "show": 66424,
    "show_uri": "https://api.kexp.org/v2/shows/66424/?format=api",
    "image_uri": "https://coverartarchive.org/release/4262bb58-a8c7-4679-9645-885d7e3c97c0/16442088431-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4262bb58-a8c7-4679-9645-885d7e3c97c0/16442088431-250.jpg",
    "song": "Conquering Dub",
    "track_id": null,
    "recording_id": "3c4a75a2-068a-4115-be07-e90a20102c4f",
    "artist": "Yabby You",
    "artist_ids": [
        "3608221f-7ee6-4997-84e0-28353b2e5530"
    ],
    "album": "Conquering Lion",
    "release_id": null,
    "release_group_id": "41e1aa8f-b289-39ad-ba9c-06c9c7b51483",
    "labels": [],
    "label_ids": [],
    "release_date": "1975-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yabby You (or sometimes Yabby U), was a reggae vocalist and producer, who came to prominence in the early 1970s through his uncompromising self-produced work.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}