Information about plays

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

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

{
    "id": 3548641,
    "uri": "https://api.kexp.org/v2/plays/3548641/?format=api",
    "airdate": "2025-09-04T00:54:49-07:00",
    "show": 64467,
    "show_uri": "https://api.kexp.org/v2/shows/64467/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Disco Life",
    "track_id": null,
    "recording_id": null,
    "artist": "Rick Asikpo & Afro Fusion",
    "artist_ids": [
        "d78a3790-8c3c-44dc-9f32-f9a4c6681042"
    ],
    "album": "Got To Be Me",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Afrodesia"
    ],
    "label_ids": [],
    "release_date": "1980-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Mythical soul/boogie record recorded in Louisiana by Nigerian multi instrumentalist Rick Asikpo when he was studying in Houston. Repress on the way from the good folks at Soundway.\n\nhttps://soundwayrecords.bandcamp.com/album/got-to-be-me",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}