Information about plays

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

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

{
    "id": 3601654,
    "uri": "https://api.kexp.org/v2/plays/3601654/?format=api",
    "airdate": "2026-01-08T02:39:07-08:00",
    "show": 65592,
    "show_uri": "https://api.kexp.org/v2/shows/65592/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sexy M.F.",
    "track_id": null,
    "recording_id": "727a5f22-0490-4dfb-b10a-7947b9e36804",
    "artist": "Prince and The New Power Generation",
    "artist_ids": [
        "070d193a-845c-479f-980e-bef15710653e",
        "51d63176-56e8-45b9-88e3-81e6436473f3"
    ],
    "album": "[Love Symbol]",
    "release_id": null,
    "release_group_id": "764f7332-b637-3a71-ae3c-934cdfff3b40",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1992-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}