Information about plays

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

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

{
    "id": 3548429,
    "uri": "https://api.kexp.org/v2/plays/3548429/?format=api",
    "airdate": "2025-09-03T13:18:59-07:00",
    "show": 64464,
    "show_uri": "https://api.kexp.org/v2/shows/64464/?format=api",
    "image_uri": "https://coverartarchive.org/release/6d619139-dd53-4c9f-b598-330f0b036baa/41546657255-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/6d619139-dd53-4c9f-b598-330f0b036baa/41546657255-250.jpg",
    "song": "Wings",
    "track_id": null,
    "recording_id": "3cde1d83-5997-4aed-a7f2-1fa0e6c8950e",
    "artist": "DJ Suzy",
    "artist_ids": [
        "c87d886c-413a-4c1e-a042-42f612e2a226"
    ],
    "album": "Haunted Disc",
    "release_id": null,
    "release_group_id": "534300e8-8f19-455c-8a64-9642fc614dd1",
    "labels": [
        "Kira Krash"
    ],
    "label_ids": [
        "248bac2b-5adc-4b05-bc9d-631458ebf65c"
    ],
    "release_date": "2024-11-22",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Suzy Viktoria Ekman Ronander, known professionally as DJ Suzy, is a Swedish musician and songwriter.\n--\nGo right here to purchase a vinyl (!) copy of her new release, \"Haunted Disc\": https://shop.djsuzy.online/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}