Information about plays

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

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

{
    "id": 3542664,
    "uri": "https://api.kexp.org/v2/plays/3542664/?format=api",
    "airdate": "2025-08-20T23:21:05-07:00",
    "show": 64343,
    "show_uri": "https://api.kexp.org/v2/shows/64343/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Cheers to myself",
    "track_id": null,
    "recording_id": null,
    "artist": "Seba Kaapstad",
    "artist_ids": [
        "d8dcd6a3-d3d4-4bf4-8c17-c56629676106"
    ],
    "album": "4ever",
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": "2025-08-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Seba Kaapstad is a multi-national neo-soul quartet comprised of a South African, a Swazi, and two Germans. '4ever' is their fourth record.\n\nhttps://sebakaapstad.bandcamp.com/album/4ever",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}