Information about plays

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

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

{
    "id": 3637478,
    "uri": "https://api.kexp.org/v2/plays/3637478/?format=api",
    "airdate": "2026-04-03T23:38:56-07:00",
    "show": 66359,
    "show_uri": "https://api.kexp.org/v2/shows/66359/?format=api",
    "image_uri": "https://coverartarchive.org/release/35c456d7-091c-4711-bac1-8b61a1ebe49c/15627735760-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/35c456d7-091c-4711-bac1-8b61a1ebe49c/15627735760-250.jpg",
    "song": "BS Vibes",
    "track_id": null,
    "recording_id": "23d555c2-6385-45b4-b36e-c0ef18d0b73e",
    "artist": "Quelle Chris feat. House Shoes",
    "artist_ids": [
        "b2f60e78-7dca-4cb3-bc55-c62580be8010",
        "095ad418-2b1f-4f2c-bf6d-11096cd98b6e"
    ],
    "album": "Being You Is Great, I Wish I Could Be You More Often",
    "release_id": null,
    "release_group_id": "e99160e3-2924-4a9f-9e53-951d23323586",
    "labels": [
        "Mello Music Group"
    ],
    "label_ids": [
        "76efd859-3479-4c4a-a2ea-11740a0ab5b7"
    ],
    "release_date": "2017-02-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}