Information about plays

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

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

{
    "id": 3555817,
    "uri": "https://api.kexp.org/v2/plays/3555817/?format=api",
    "airdate": "2025-09-21T08:01:50-07:00",
    "show": 64621,
    "show_uri": "https://api.kexp.org/v2/shows/64621/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Taproots",
    "track_id": null,
    "recording_id": null,
    "artist": "Robin Richards",
    "artist_ids": [
        "a43fd36c-b128-44f0-8773-717b563835e8"
    ],
    "album": "Taproots",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "PRAH Recordings"
    ],
    "label_ids": [
        "83d79e40-676d-46e5-8183-37ef18742868"
    ],
    "release_date": "2025-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Title track to the debut solo album from Manchester, UK-based musician Robin Richards who's also a member of the art-pop band Dutch Uncles ~ \nhttps://robinrichards.bandcamp.com/album/taproots",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}