Information about plays

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

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

{
    "id": 3578711,
    "uri": "https://api.kexp.org/v2/plays/3578711/?format=api",
    "airdate": "2025-11-15T21:53:15-08:00",
    "show": 65122,
    "show_uri": "https://api.kexp.org/v2/shows/65122/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Shopping Bag",
    "track_id": null,
    "recording_id": "d8fc8682-6ddd-4be7-89f0-6f0f278d3e99",
    "artist": "The Penetrators",
    "artist_ids": [
        "9a7682ca-f91e-4a7b-818b-b5791e44e6d1"
    ],
    "album": "Basement Anthology 1976–84",
    "release_id": null,
    "release_group_id": "fa21b8e1-44ef-3c2e-a125-9d4f51963a40",
    "labels": [
        "Swami Records"
    ],
    "label_ids": [
        "d246b550-268a-4041-8fa0-4498eb3f582d"
    ],
    "release_date": "2005-04-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can check out the video for this song by following the link below:\n\nhttps://youtu.be/dsNkLET6BGg?si=uqC5fxcYnjrD_XTE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}