Information about plays

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

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

{
    "id": 3595286,
    "uri": "https://api.kexp.org/v2/plays/3595286/?format=api",
    "airdate": "2025-12-24T08:44:36-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Ramones Christmas",
    "track_id": null,
    "recording_id": "05c8f743-587c-4d31-a0cb-8963abeeba49",
    "artist": "The Queers",
    "artist_ids": [
        "28fd67e8-573c-4cdd-a37d-8b74af74109c"
    ],
    "album": "Punk Rock Christmas 2",
    "release_id": null,
    "release_group_id": "cbae4073-fa06-4bec-aa25-80b52b92fba2",
    "labels": [
        "Cleopatra Records"
    ],
    "label_ids": [
        "29d910ca-3210-4ecc-89fb-7f349092ddfc"
    ],
    "release_date": "2019-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Queers are an American punk rock band formed in Portsmouth, New Hampshire.\n\nhttps://www.discogs.com/artist/253285-The-Queers\nhttps://officialthequeers.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}