Information about plays

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

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

{
    "id": 3558073,
    "uri": "https://api.kexp.org/v2/plays/3558073/?format=api",
    "airdate": "2025-09-26T19:51:58-07:00",
    "show": 64669,
    "show_uri": "https://api.kexp.org/v2/shows/64669/?format=api",
    "image_uri": "https://coverartarchive.org/release/5fdfad6e-887e-4b25-8982-5a363271fb5f/34071261776-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/5fdfad6e-887e-4b25-8982-5a363271fb5f/34071261776-250.jpg",
    "song": "Distant Lover",
    "track_id": null,
    "recording_id": "c61037b1-ed49-4b1f-81ec-5c6e4a1caf80",
    "artist": "Terry Mackson",
    "artist_ids": [
        "c6ab75be-8183-4e07-8f2c-dc4ec815e5fc"
    ],
    "album": "Doing It in Lagos: Boogie, Pop & Disco in 1980s Nigeria",
    "release_id": null,
    "release_group_id": "5303e487-f0af-4086-9bc3-81b519d66384",
    "labels": [],
    "label_ids": [],
    "release_date": "2016-12-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}