Information about plays

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

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

{
    "id": 3569036,
    "uri": "https://api.kexp.org/v2/plays/3569036/?format=api",
    "airdate": "2025-10-23T18:37:47-07:00",
    "show": 64913,
    "show_uri": "https://api.kexp.org/v2/shows/64913/?format=api",
    "image_uri": "https://coverartarchive.org/release/3f2beeb5-cee7-49df-a73b-d530ccccbdb6/41686225344-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3f2beeb5-cee7-49df-a73b-d530ccccbdb6/41686225344-250.jpg",
    "song": "Lying in the Sand",
    "track_id": null,
    "recording_id": "c110146b-6720-4f31-a624-ab5590bee3be",
    "artist": "Bubble Love",
    "artist_ids": [
        "75ffabe8-da52-486a-b6a3-9d1c4e13d60d"
    ],
    "album": "Lying in the Sand",
    "release_id": null,
    "release_group_id": "6ac1777c-d2db-46d3-a6de-e6575384bf81",
    "labels": [
        "Scarlet Tiger"
    ],
    "label_ids": [
        "e9a1b103-c291-4b10-8b47-555ea10e362e"
    ],
    "release_date": "2025-04-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://bubblelove.bandcamp.com/album/bubble-love\n\nhttps://www.bubble-love.co.uk/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}