Information about plays

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

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

{
    "id": 3580876,
    "uri": "https://api.kexp.org/v2/plays/3580876/?format=api",
    "airdate": "2025-11-21T03:03:37-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Just Love My Beat",
    "track_id": null,
    "recording_id": null,
    "artist": "Sir Mix‐A‐Lot",
    "artist_ids": [
        "05539fb8-b7a5-4012-97a9-5e27ddc031fb"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Nastymix"
    ],
    "label_ids": [],
    "release_date": "1985-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "3AM TIME MACHINE 1:\n\nNastymix records started in Seattle in 1985 by local promoter Sheila Locke and named after radio personality Nasty Nes Rodriguez and Sir Mix-a-Lot. This is the very first release from Nastymix.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}