Information about plays

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

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

{
    "id": 3554816,
    "uri": "https://api.kexp.org/v2/plays/3554816/?format=api",
    "airdate": "2025-09-19T01:51:32-07:00",
    "show": 64599,
    "show_uri": "https://api.kexp.org/v2/shows/64599/?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": "Pasion (Alex Kassian's Mandarine Dream Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Pianoman",
    "artist_ids": [],
    "album": "Pasion",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Planet Strangelove"
    ],
    "label_ids": [],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Thanks DJ Alex for this one! - https://planetstrangelove.bandcamp.com/album/pasion",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}