Information about plays

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

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

{
    "id": 3543806,
    "uri": "https://api.kexp.org/v2/plays/3543806/?format=api",
    "airdate": "2025-08-23T16:35:30-07:00",
    "show": 64368,
    "show_uri": "https://api.kexp.org/v2/shows/64368/?format=api",
    "image_uri": "https://coverartarchive.org/release/c905e91c-d78d-464d-b138-05b6c0d3485c/41229162445-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c905e91c-d78d-464d-b138-05b6c0d3485c/41229162445-250.jpg",
    "song": "Frankie",
    "track_id": null,
    "recording_id": null,
    "artist": "Meagre Martin",
    "artist_ids": [
        "d201403e-d0ab-4223-b623-6686135a21ed"
    ],
    "album": "Up to Snuff",
    "release_id": null,
    "release_group_id": "4b9bf31b-e5ae-4068-aa11-5d2a199f53fb",
    "labels": [
        "Mansions & Millions"
    ],
    "label_ids": [],
    "release_date": "2025-02-14",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New EP from the Berlin trio - https://meagremartin.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}