Information about plays

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

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

{
    "id": 3638849,
    "uri": "https://api.kexp.org/v2/plays/3638849/?format=api",
    "airdate": "2026-04-07T00:37:55-07:00",
    "show": 66387,
    "show_uri": "https://api.kexp.org/v2/shows/66387/?format=api",
    "image_uri": "https://coverartarchive.org/release/bfd1d0ec-5e58-448e-a3e8-ceb1dacb4627/38265087392-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bfd1d0ec-5e58-448e-a3e8-ceb1dacb4627/38265087392-250.jpg",
    "song": "Mitate (Alex Kassian Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Massimiliano Pagliara",
    "artist_ids": [],
    "album": "Still Motion",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Permanent Vacation"
    ],
    "label_ids": [
        "ec55686e-5c19-4bb1-ac42-81ddcc02ff8d"
    ],
    "release_date": "2026-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "(When in doubt play the Alex Kassian remix) - https://perm-vac.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}