Information about plays

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

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

{
    "id": 3586517,
    "uri": "https://api.kexp.org/v2/plays/3586517/?format=api",
    "airdate": "2025-12-04T01:45:35-08:00",
    "show": 65283,
    "show_uri": "https://api.kexp.org/v2/shows/65283/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Irresistible Bitch",
    "track_id": null,
    "recording_id": "2edf8f4b-d4eb-46d4-a093-ef3f0e0db502",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Let’s Pretend We’re Married",
    "release_id": null,
    "release_group_id": "f4f636fd-9e98-33ac-bdd9-50d912dc7add",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1983-11-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}