Information about plays

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

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

{
    "id": 3597293,
    "uri": "https://api.kexp.org/v2/plays/3597293/?format=api",
    "airdate": "2025-12-28T18:29:52-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "I Still Feel Like Dancing",
    "track_id": null,
    "recording_id": "9090cb8d-10bd-41b4-b643-ed5f15a419cf",
    "artist": "Newstar Band",
    "artist_ids": [
        "979a63a4-2b29-4e5e-b739-a93d96bd48c5"
    ],
    "album": "Rare Funk & Disco Vol.3",
    "release_id": null,
    "release_group_id": "e122d820-414c-45b2-a5c1-db59a7f46747",
    "labels": [
        "Good Vibes Productions"
    ],
    "label_ids": [
        "13564432-25af-4949-a04c-fdc0b209042f"
    ],
    "release_date": "2010-05-31",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Newstar Band originally released \"I Still Feel Like Dancing\" in 1981, but you can find the track on the 2010 compilation album Rare Funk & Disco Vol.3.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}