Information about plays

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

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

{
    "id": 3544150,
    "uri": "https://api.kexp.org/v2/plays/3544150/?format=api",
    "airdate": "2025-08-24T09:48:27-07:00",
    "show": 64375,
    "show_uri": "https://api.kexp.org/v2/shows/64375/?format=api",
    "image_uri": "https://coverartarchive.org/release/7b051a24-2e96-4e7f-8a13-23fa1df3c4d8/37078825900-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7b051a24-2e96-4e7f-8a13-23fa1df3c4d8/37078825900-250.jpg",
    "song": "Ballroom Blitz",
    "track_id": null,
    "recording_id": "96d333f9-0248-4dc8-8de9-e3f2ab86c623",
    "artist": "Sweet",
    "artist_ids": [
        "dc73bb40-b697-4df9-a2ec-0555bebdba75"
    ],
    "album": "Desolation Boulevard",
    "release_id": null,
    "release_group_id": "82993041-b4e7-3d33-aa84-cdd20461da53",
    "labels": [
        "Capitol"
    ],
    "label_ids": [],
    "release_date": "1974-11-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The British band wrote this song about the time in Scotland where they got a “bottling” from an angry crowd that drove them offstage.\nhttps://americansongwriter.com/the-meaning-behind-the-ballroom-blitz-by-the-sweet/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}