Information about plays

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

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

{
    "id": 3551055,
    "uri": "https://api.kexp.org/v2/plays/3551055/?format=api",
    "airdate": "2025-09-09T23:33:56-07:00",
    "show": 64521,
    "show_uri": "https://api.kexp.org/v2/shows/64521/?format=api",
    "image_uri": "https://ia802906.us.archive.org/6/items/mbid-0843f66f-3133-4b71-97ad-70ff0885bf91/mbid-0843f66f-3133-4b71-97ad-70ff0885bf91-36044094532_thumb500.jpg",
    "thumbnail_uri": "https://dn721609.ca.archive.org/0/items/mbid-0843f66f-3133-4b71-97ad-70ff0885bf91/mbid-0843f66f-3133-4b71-97ad-70ff0885bf91-36044094532_thumb250.jpg",
    "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/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}