Information about plays

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

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

{
    "id": 3556560,
    "uri": "https://api.kexp.org/v2/plays/3556560/?format=api",
    "airdate": "2025-09-23T02:46:43-07:00",
    "show": 64638,
    "show_uri": "https://api.kexp.org/v2/shows/64638/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Say It With Your Body",
    "track_id": null,
    "recording_id": null,
    "artist": "Bklava",
    "artist_ids": [
        "fd5f40ca-5d30-4f9a-b9bd-97b99429d7ac"
    ],
    "album": "Say It With Your Body",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New single from the UK artist\n\nhttps://pressurerecs.bandcamp.com/album/say-it-with-your-body",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}