Information about plays

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

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

{
    "id": 3588590,
    "uri": "https://api.kexp.org/v2/plays/3588590/?format=api",
    "airdate": "2025-12-08T18:28:20-08:00",
    "show": 65325,
    "show_uri": "https://api.kexp.org/v2/shows/65325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Black Maybe",
    "track_id": null,
    "recording_id": "6f3b97e4-30ef-4bd4-bf6b-5aec4ba82dd1",
    "artist": "Phil Upchurch / Tennyson Stephens",
    "artist_ids": [
        "d13a070d-32e3-4abd-8ed8-fefc88c30485",
        "8b280153-9010-4fed-98cc-84b6708f2aba"
    ],
    "album": "Upchurch / Tennyson",
    "release_id": null,
    "release_group_id": "e9c93262-2d59-4146-b4d5-902044dc4acc",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2003-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of Syreeta",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}