Information about plays

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

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

{
    "id": 3542615,
    "uri": "https://api.kexp.org/v2/plays/3542615/?format=api",
    "airdate": "2025-08-20T20:35:36-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/7ec31efc-eb07-4f18-b1d9-52247f7a1a69/31660665500-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7ec31efc-eb07-4f18-b1d9-52247f7a1a69/31660665500-250.jpg",
    "song": "Ode to the Wind",
    "track_id": null,
    "recording_id": "7a160e41-bdd3-4526-84fa-50639b128293",
    "artist": "Magic Castles",
    "artist_ids": [
        "56c4e7b7-88b3-4cd0-a36e-553eb989f415"
    ],
    "album": "Sun Reign",
    "release_id": null,
    "release_group_id": "8f0ecc38-c3f1-401c-afac-49dffa45f177",
    "labels": [
        "'a' Records"
    ],
    "label_ids": [],
    "release_date": "2021-04-30",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.freakoutrec.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}