Information about plays

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

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

{
    "id": 3543040,
    "uri": "https://api.kexp.org/v2/plays/3543040/?format=api",
    "airdate": "2025-08-21T20:49:43-07:00",
    "show": 64350,
    "show_uri": "https://api.kexp.org/v2/shows/64350/?format=api",
    "image_uri": "https://coverartarchive.org/release/17c97bae-81f1-4336-9aee-498158c96d8e/28510161852-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/17c97bae-81f1-4336-9aee-498158c96d8e/28510161852-250.jpg",
    "song": "Smoke and Mirrors",
    "track_id": null,
    "recording_id": "c92062e7-dcdc-4ad8-8392-ca7187fce0ae",
    "artist": "Kikagaku Moyo",
    "artist_ids": [
        "3a605eba-b6a1-4298-855d-b3033df0bf8b"
    ],
    "album": "Forest of Lost Children",
    "release_id": null,
    "release_group_id": "6d626829-bd35-48c1-9637-09f9ea4f5180",
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2014-05-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "More from Japan\n\nhttps://www.youtube.com/watch?v=xujoru4cFwk",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}