Information about plays

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

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

{
    "id": 3542174,
    "uri": "https://api.kexp.org/v2/plays/3542174/?format=api",
    "airdate": "2025-08-19T19:13:35-07:00",
    "show": 64334,
    "show_uri": "https://api.kexp.org/v2/shows/64334/?format=api",
    "image_uri": "https://coverartarchive.org/release/0835bea9-8e3a-462e-adde-e719f7492d57/4532485711-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/0835bea9-8e3a-462e-adde-e719f7492d57/4532485711-250.jpg",
    "song": "Khalghi Stomp",
    "track_id": null,
    "recording_id": "05a46a3d-f31e-4d33-bdc7-6e7064308f56",
    "artist": "Transglobal Underground",
    "artist_ids": [
        "19cccbd1-cdf7-4b41-8b08-3afe828fce42"
    ],
    "album": "Versions",
    "release_id": null,
    "release_group_id": "ecb3b2a4-9628-3af9-b71c-626ba0882753",
    "labels": [
        "Eighteenth Street Lounge Music"
    ],
    "label_ids": [
        "854bde53-2065-416f-bba4-3ab868709e99"
    ],
    "release_date": "2006-05-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}