Information about plays

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

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

{
    "id": 3540804,
    "uri": "https://api.kexp.org/v2/plays/3540804/?format=api",
    "airdate": "2025-08-16T16:17:53-07:00",
    "show": 64307,
    "show_uri": "https://api.kexp.org/v2/shows/64307/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Roots Radicals",
    "track_id": null,
    "recording_id": null,
    "artist": "Union 13",
    "artist_ids": [
        "4885cab8-799e-4be5-b773-bbb07c57e02c"
    ],
    "album": "Give 'Em The Boot",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out to Greg and Yolo! Thanks for the awesome request :)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}