Information about plays

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

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

{
    "id": 3543820,
    "uri": "https://api.kexp.org/v2/plays/3543820/?format=api",
    "airdate": "2025-08-23T17:19:02-07:00",
    "show": 64368,
    "show_uri": "https://api.kexp.org/v2/shows/64368/?format=api",
    "image_uri": "https://coverartarchive.org/release/61b577c1-720d-4f0f-ab35-667447c1a48c/41859286330-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/61b577c1-720d-4f0f-ab35-667447c1a48c/41859286330-250.jpg",
    "song": "Unconditional (Club Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Space Ghost & Teddy Bryant",
    "artist_ids": [],
    "album": "Majestic Fantasies",
    "release_id": null,
    "release_group_id": "4fb87196-67ce-4b3c-b461-fba1a6b8296d",
    "labels": [
        "Peace World"
    ],
    "label_ids": [
        "429c3290-e83b-441d-87bc-8350638a8999"
    ],
    "release_date": "2025-04-28",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Coast 2 Coast - https://space-ghost.bandcamp.com/music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}