Information about plays

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

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

{
    "id": 3572718,
    "uri": "https://api.kexp.org/v2/plays/3572718/?format=api",
    "airdate": "2025-11-01T18:56:57-07:00",
    "show": 64997,
    "show_uri": "https://api.kexp.org/v2/shows/64997/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "All This Attention Is Killing Me",
    "track_id": null,
    "recording_id": "78a35683-9599-48ba-b4a8-4214eec23f10",
    "artist": "The Cute Lepers",
    "artist_ids": [
        "b6c845d8-10af-47be-942f-6d3e2275637f"
    ],
    "album": "Adventure Time",
    "release_id": null,
    "release_group_id": "a5f2c92d-b729-4bdf-b0e0-5c73e98ffee5",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-04-06",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Seattle circa 2011!\n\nhttps://thecutelepers.bandcamp.com/album/adventure-time",
    "location": 3,
    "location_name": "Seattle",
    "play_type": "trackplay"
}