Information about plays

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

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

{
    "id": 3565821,
    "uri": "https://api.kexp.org/v2/plays/3565821/?format=api",
    "airdate": "2025-10-16T10:39:49-07:00",
    "show": 64849,
    "show_uri": "https://api.kexp.org/v2/shows/64849/?format=api",
    "image_uri": "https://coverartarchive.org/release/5560319b-c70f-4bed-a88e-3b0687376bf6/41111808265-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5560319b-c70f-4bed-a88e-3b0687376bf6/41111808265-250.jpg",
    "song": "Dumb Feeling",
    "track_id": null,
    "recording_id": "78a84d2f-8360-4e77-b225-0920766c7f18",
    "artist": "Mei Semones",
    "artist_ids": [
        "68aaf52d-c2bf-4a2f-9779-8afa07664153"
    ],
    "album": "Animaru",
    "release_id": null,
    "release_group_id": "509b8c19-6f8d-46dd-aa51-2087ea8552df",
    "labels": [
        "Bayonet Records"
    ],
    "label_ids": [
        "cdac7201-d153-49be-be39-f20c251f7962"
    ],
    "release_date": "2025-05-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mei Semones is an artist creating jazz influenced indie pop songs with lyrics in both Japanese and English, currently based in Brooklyn.\n\nhttps://www.meisemones.com/\n https://meisemones.bandcamp.com/album/animaru",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}