Information about plays

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

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

{
    "id": 3599086,
    "uri": "https://api.kexp.org/v2/plays/3599086/?format=api",
    "airdate": "2026-01-02T04:33:44-08:00",
    "show": 65537,
    "show_uri": "https://api.kexp.org/v2/shows/65537/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Every Little Thing I Do",
    "track_id": null,
    "recording_id": "4a464098-3f2d-4682-b967-4737cc998704",
    "artist": "Soul for Real",
    "artist_ids": [
        "23c598be-b0ba-4067-8566-348e272a663f"
    ],
    "album": "Every Little Thing I Do",
    "release_id": null,
    "release_group_id": "6206b390-d38d-470b-9917-251f93f96d09",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1995-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}