Information about plays

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

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

{
    "id": 3548113,
    "uri": "https://api.kexp.org/v2/plays/3548113/?format=api",
    "airdate": "2025-09-02T19:31:12-07:00",
    "show": 64457,
    "show_uri": "https://api.kexp.org/v2/shows/64457/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Runa Laila - Disco Premee (AA's Disco Reboot 2020)",
    "track_id": null,
    "recording_id": null,
    "artist": "Bappi Lahiri",
    "artist_ids": [
        "7990c55f-5f76-4087-b3da-ab0064ea0f09"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Self released"
    ],
    "label_ids": [],
    "release_date": "2020-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Bappi Lahiri introduced Bangladesh's Runa Laila with this album titled 'Superuna' in 1982! He is known for popularizing the use of synthesized disco music in Indian music",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}