Information about plays

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

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

{
    "id": 3579579,
    "uri": "https://api.kexp.org/v2/plays/3579579/?format=api",
    "airdate": "2025-11-17T22:58:01-08:00",
    "show": 65141,
    "show_uri": "https://api.kexp.org/v2/shows/65141/?format=api",
    "image_uri": "https://coverartarchive.org/release/7de48115-1ba1-430f-88a7-3db569fca4b3/41564619184-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7de48115-1ba1-430f-88a7-3db569fca4b3/41564619184-250.jpg",
    "song": "Puddles on My Pillow",
    "track_id": null,
    "recording_id": "6bad63cf-c08d-4d27-afee-6d81906569d2",
    "artist": "HTRK",
    "artist_ids": [
        "dca2de4f-bf31-4e65-b4e2-a88cebfe9333"
    ],
    "album": "Swimming Pool / Puddles on My Pillow",
    "release_id": null,
    "release_group_id": "adc1ad71-9520-481c-a24d-f4e09be7d421",
    "labels": [
        "Ghostly International"
    ],
    "label_ids": [
        "c981d5d0-1109-47ff-addf-18eeb81b3717"
    ],
    "release_date": "2025-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(Got a HTRK request last week and now can't stop re-listening to them) - https://htrk.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}