Information about plays

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

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

{
    "id": 3550649,
    "uri": "https://api.kexp.org/v2/plays/3550649/?format=api",
    "airdate": "2025-09-09T00:40:47-07:00",
    "show": 64513,
    "show_uri": "https://api.kexp.org/v2/shows/64513/?format=api",
    "image_uri": "https://coverartarchive.org/release/f2402356-7cf9-4ea8-a635-e6c4fb7dae83/32458285144-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f2402356-7cf9-4ea8-a635-e6c4fb7dae83/32458285144-250.jpg",
    "song": "The Love You Bring",
    "track_id": null,
    "recording_id": null,
    "artist": "Hydroplane",
    "artist_ids": [
        "cccd8d01-572f-497a-ab48-6d581111ac8e"
    ],
    "album": "Shoulder To Shoulder",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self-Released"
    ],
    "label_ids": [],
    "release_date": "2021-03-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Collected Singles 1996-1998 from Australia's Hydroplane - https://hydroplaneband.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}