Information about plays

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

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

{
    "id": 3571950,
    "uri": "https://api.kexp.org/v2/plays/3571950/?format=api",
    "airdate": "2025-10-30T20:12:23-07:00",
    "show": 64978,
    "show_uri": "https://api.kexp.org/v2/shows/64978/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Single Celled Organism",
    "track_id": null,
    "recording_id": null,
    "artist": "BB彈",
    "artist_ids": [
        "585a4edf-3c21-47e1-b5a0-a2670454cccf"
    ],
    "album": "Practice Songs - Lesson 2",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Damnably & BB BOMB"
    ],
    "label_ids": [],
    "release_date": "2025-10-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "BB彈 is a band based in Taipei, Taiwan formed in 2003 in the art department of their university.\n--\nhttps://bbbombband.bandcamp.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}