Information about plays

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

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

{
    "id": 3546031,
    "uri": "https://api.kexp.org/v2/plays/3546031/?format=api",
    "airdate": "2025-08-28T21:51:13-07:00",
    "show": 64413,
    "show_uri": "https://api.kexp.org/v2/shows/64413/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Orange Peel",
    "track_id": null,
    "recording_id": "be525641-3799-4fda-a02d-537db835d824",
    "artist": "Kikagaku Moyo",
    "artist_ids": [
        "3a605eba-b6a1-4298-855d-b3033df0bf8b"
    ],
    "album": "Masana Temples",
    "release_id": null,
    "release_group_id": "fe815acc-e833-46e1-a995-6d0a2a62dc80",
    "labels": [
        "Guruguru Brain"
    ],
    "label_ids": [
        "de0ecc1e-519d-40fe-8a29-b07035d9462e"
    ],
    "release_date": "2018-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Kikagaku Moyo were a Japanese psychedelic band founded in Tokyo. The band's name translates to \"geometric patterns\".",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}