Information about plays

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

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

{
    "id": 3588580,
    "uri": "https://api.kexp.org/v2/plays/3588580/?format=api",
    "airdate": "2025-12-08T17:38:44-08:00",
    "show": 65325,
    "show_uri": "https://api.kexp.org/v2/shows/65325/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Neon Drift (First Light Mix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Fouk",
    "artist_ids": [
        "ce7392ca-9143-445f-886b-464c2b499a5b"
    ],
    "album": "Get It Done EP",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Freerange Records"
    ],
    "label_ids": [
        "074ffba4-4ef3-430a-a863-052164938481"
    ],
    "release_date": "2025-11-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Fouk have built a loyal following through releases on labels like Heist, Razor-N-Tape, and their own Outplay imprint.\"\n\nThis is their first release on Freerange Records\n\nhttps://justsayfouk.bandcamp.com/album/get-it-done-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}