Information about plays

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

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

{
    "id": 3547759,
    "uri": "https://api.kexp.org/v2/plays/3547759/?format=api",
    "airdate": "2025-09-02T00:02:19-07:00",
    "show": 64450,
    "show_uri": "https://api.kexp.org/v2/shows/64450/?format=api",
    "image_uri": "https://coverartarchive.org/release/f8e4d37c-51e2-4311-a707-dc054afff990/37065464927-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f8e4d37c-51e2-4311-a707-dc054afff990/37065464927-250.jpg",
    "song": "Sad Brasstard (Object Agency Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Coasty",
    "artist_ids": [],
    "album": "C Sides",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Kit Records"
    ],
    "label_ids": [
        "e1f13ba4-5df1-4d30-ae09-bd1daa11b5da"
    ],
    "release_date": "2025-01-01",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "AKA London's Mr Beatnick and Richard Greenan - https://mrbeatnickandrichardgreenan.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}