Information about plays

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

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

{
    "id": 3589066,
    "uri": "https://api.kexp.org/v2/plays/3589066/?format=api",
    "airdate": "2025-12-09T21:00:22-08:00",
    "show": 65334,
    "show_uri": "https://api.kexp.org/v2/shows/65334/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Starling w Tulshi",
    "track_id": null,
    "recording_id": null,
    "artist": "Alina Bzhezhinska",
    "artist_ids": [
        "156f2e34-903e-4a2f-9d35-81a3a739891c"
    ],
    "album": "Tru Thoughts 2025 Comp",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tru Thoughts"
    ],
    "label_ids": [
        "095a742b-c292-43e2-b10d-e93e46c446db"
    ],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alina Bzhezhinska was born in Ukraine, based in London\n\nTulshi was born in the UK and is based in Ibiza\n\nHere's more from the compilation: https://tinyurl.com/57hbeu6t",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}