Information about plays

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

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

{
    "id": 3649788,
    "uri": "https://api.kexp.org/v2/plays/3649788/?format=api",
    "airdate": "2026-05-02T23:04:05-07:00",
    "show": 66615,
    "show_uri": "https://api.kexp.org/v2/shows/66615/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pick Me Up",
    "track_id": null,
    "recording_id": null,
    "artist": "The Coolers",
    "artist_ids": [
        "0a09eb74-bd90-49af-aa9a-c17314eed5e3"
    ],
    "album": "Thawed Out EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Bandcamp"
    ],
    "label_ids": [],
    "release_date": "2025-08-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": true,
    "is_live": false,
    "comment": "For Tonyray\n\nTacoma band\n\nhttps://thecoolers253.bandcamp.com/track/pick-me-up\nhttps://thecoolers253.bandcamp.com/album/defroster-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}