Information about plays

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

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

{
    "id": 3568339,
    "uri": "https://api.kexp.org/v2/plays/3568339/?format=api",
    "airdate": "2025-10-22T03:03:58-07:00",
    "show": 64900,
    "show_uri": "https://api.kexp.org/v2/shows/64900/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "On the Bus",
    "track_id": null,
    "recording_id": "88bba12d-b55a-4a92-9c29-18bba6a9c90c",
    "artist": "Dreamsalon",
    "artist_ids": [
        "fa875195-a6b3-4bae-b988-ad17f90556c8"
    ],
    "album": "Thirteen Nights",
    "release_id": null,
    "release_group_id": "b3eaca37-0b9d-40bb-b9b4-e3617d88feed",
    "labels": [
        "Captcha Records"
    ],
    "label_ids": [],
    "release_date": "2013-10-09",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "https://dreamsalon.bandcamp.com/album/thirteen-nights",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}