Information about plays

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

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

{
    "id": 3559477,
    "uri": "https://api.kexp.org/v2/plays/3559477/?format=api",
    "airdate": "2025-09-30T03:23:37-07:00",
    "show": 64705,
    "show_uri": "https://api.kexp.org/v2/shows/64705/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Petaluma",
    "track_id": null,
    "recording_id": null,
    "artist": "Submorphics",
    "artist_ids": [
        "b0dc672a-d307-405c-9187-0dd74c0e6d65"
    ],
    "album": "Petaluma",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Spearhead Records"
    ],
    "label_ids": [
        "06063364-361a-4df9-93ab-a4d4eb4b9808"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "S/o Petaluma, CA tho!\n\nhttps://www.beatport.com/release/petaluma/5180471?srsltid=AfmBOop_wZmdkilaHjrnZ-pGx7_a4BgW5dV_mXFO9mIJDKjhCGVWYn0X",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}