Information about plays

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

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

{
    "id": 3596467,
    "uri": "https://api.kexp.org/v2/plays/3596467/?format=api",
    "airdate": "2025-12-26T22:06:51-08:00",
    "show": 65482,
    "show_uri": "https://api.kexp.org/v2/shows/65482/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Means the World to You",
    "track_id": null,
    "recording_id": "2b9a0c8d-2a64-4afb-92fa-31a3f7ea9c26",
    "artist": "Cam’ron",
    "artist_ids": [
        "ea6b7199-901d-4c0e-8242-6d7bc2bf62b7"
    ],
    "album": "S.D.E.",
    "release_id": null,
    "release_group_id": "3046cc73-fe82-3301-9535-dfc0b3e4c749",
    "labels": [
        "Epic"
    ],
    "label_ids": [
        "8f638ddb-131a-4cc3-b3d4-7ebdac201b55"
    ],
    "release_date": "2000-09-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}