Information about plays

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

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

{
    "id": 3549950,
    "uri": "https://api.kexp.org/v2/plays/3549950/?format=api",
    "airdate": "2025-09-07T07:29:05-07:00",
    "show": 64498,
    "show_uri": "https://api.kexp.org/v2/shows/64498/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "isle 483arc",
    "track_id": null,
    "recording_id": null,
    "artist": "blue ringed baby",
    "artist_ids": [],
    "album": "Satellite",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "inadvertent.index"
    ],
    "label_ids": [
        "e051599c-ac61-47b4-8cc6-6b4990f3656d"
    ],
    "release_date": "2025-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Chillout Room Set! Taken off an amazing new label compilation from Sweden's inadvertent.index ~ https://www.inadvertentindex.store/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}