Information about plays

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

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

{
    "id": 3566217,
    "uri": "https://api.kexp.org/v2/plays/3566217/?format=api",
    "airdate": "2025-10-17T04:52:04-07:00",
    "show": 64854,
    "show_uri": "https://api.kexp.org/v2/shows/64854/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "u aint gotta chance",
    "track_id": null,
    "recording_id": null,
    "artist": "Nas, Big L",
    "artist_ids": [
        "cfbc0924-0035-4d6c-8197-f024653af823",
        "f1c0d18c-6101-4aa2-ae47-8df5b7280fde"
    ],
    "album": "Harlem's Finest: Return of the King",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Mass Appeal"
    ],
    "label_ids": [],
    "release_date": "2025-10-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Harlem's Finest: Return of the King is the upcoming fifth and final studio album and fourth posthumous album by American hip hop artist Big L, scheduled to be released on October 31, 2025.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}