Information about plays

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

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

{
    "id": 3640545,
    "uri": "https://api.kexp.org/v2/plays/3640545/?format=api",
    "airdate": "2026-04-11T02:55:51-07:00",
    "show": 66420,
    "show_uri": "https://api.kexp.org/v2/shows/66420/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8ee0964-9d81-45e4-939a-f979fe9f3f15/43937630463-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8ee0964-9d81-45e4-939a-f979fe9f3f15/43937630463-250.jpg",
    "song": "Grey",
    "track_id": null,
    "recording_id": "78447e38-aee0-44e4-bac5-ea8a4efb19b6",
    "artist": "Caron Dimonio",
    "artist_ids": [
        "593cc6f2-a998-4eb0-9e01-016e49cceea3"
    ],
    "album": "Mors Propaganda",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Batcave"
    ],
    "label_ids": [
        "82cda078-611c-4580-bbe1-c3d5d1e3ab81"
    ],
    "release_date": "2025-09-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://carondimonio.bandcamp.com/album/mors-propaganda",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}