Information about plays

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

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

{
    "id": 3597298,
    "uri": "https://api.kexp.org/v2/plays/3597298/?format=api",
    "airdate": "2025-12-28T18:51:37-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pinoy Disko",
    "track_id": null,
    "recording_id": null,
    "artist": "Soul Jugglers",
    "artist_ids": [
        "b98f6f9f-8313-4783-adb8-565c4a6114e8"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ace Records"
    ],
    "label_ids": [],
    "release_date": "1978-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Filipino band Soul Jugglers released \"Pinoy Disko\" and b-side \"Ngayon Lang Ako Umibig Ng Ganito\" in 1978 with Ace Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}