Information about plays

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

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

{
    "id": 3587630,
    "uri": "https://api.kexp.org/v2/plays/3587630/?format=api",
    "airdate": "2025-12-06T16:01:48-08:00",
    "show": 65306,
    "show_uri": "https://api.kexp.org/v2/shows/65306/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Live Again",
    "track_id": "22a6658b-e156-49e7-a665-c151996cc9a3",
    "recording_id": "4d6f7d79-314d-47a6-a946-074fcd845209",
    "artist": "The Chemical Brothers",
    "artist_ids": [
        "1946a82a-f927-40c2-8235-38d64f50d043"
    ],
    "album": "Live Again",
    "release_id": "0843f66f-3133-4b71-97ad-70ff0885bf91",
    "release_group_id": "503184c8-5247-4961-91e3-97918a7c101e",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2023-06-28",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This single “Live Again” is a collaboration with the French psych-pop singer Halo Maud. https://www.thechemicalbrothers.com/\n\nHave a request? Email dj@kexp.org or text 206-903-5397",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}