Information about plays

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

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

{
    "id": 3569638,
    "uri": "https://api.kexp.org/v2/plays/3569638/?format=api",
    "airdate": "2025-10-25T04:27:38-07:00",
    "show": 64926,
    "show_uri": "https://api.kexp.org/v2/shows/64926/?format=api",
    "image_uri": "https://ia801308.us.archive.org/29/items/mbid-92c85c68-e8e4-3c39-bf4e-dd9e7339427c/mbid-92c85c68-e8e4-3c39-bf4e-dd9e7339427c-882514536_thumb500.jpg",
    "thumbnail_uri": "https://ia801308.us.archive.org/29/items/mbid-92c85c68-e8e4-3c39-bf4e-dd9e7339427c/mbid-92c85c68-e8e4-3c39-bf4e-dd9e7339427c-882514536_thumb250.jpg",
    "song": "Next Lifetime",
    "track_id": "fc29319c-acd7-3522-9582-eb6e0de832b5",
    "recording_id": "d4e87ca9-e4c4-4930-86a5-55b4842a7faa",
    "artist": "Erykah Badu",
    "artist_ids": [
        "321531fc-db73-4ffa-a959-61a61a2908c1"
    ],
    "album": "Baduizm",
    "release_id": "92c85c68-e8e4-3c39-bf4e-dd9e7339427c",
    "release_group_id": "45536412-c62c-34fc-9524-0bac1d2542c1",
    "labels": [
        "Kedar Entertainment"
    ],
    "label_ids": [
        "7f908c9e-b8fc-4632-bf71-b1a9e9c69061"
    ],
    "release_date": "1997-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}