Information about plays

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

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

{
    "id": 3579415,
    "uri": "https://api.kexp.org/v2/plays/3579415/?format=api",
    "airdate": "2025-11-17T13:26:18-08:00",
    "show": 65137,
    "show_uri": "https://api.kexp.org/v2/shows/65137/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Dance On",
    "track_id": null,
    "recording_id": "f866b27e-e714-425d-8e20-b43751a773b8",
    "artist": "Prince",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e"
    ],
    "album": "Lovesexy",
    "release_id": null,
    "release_group_id": "905760be-b337-376d-94ce-64f22df89aed",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1988-05-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "A dance icon! At just 10 years old, Prince was in the audience at a James Brown concert when Brown brought him on stage. Prince proceeded to dance and perform for a few minutes before being escorted off.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}