Information about plays

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

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

{
    "id": 3625147,
    "uri": "https://api.kexp.org/v2/plays/3625147/?format=api",
    "airdate": "2026-03-04T08:50:47-08:00",
    "show": 66088,
    "show_uri": "https://api.kexp.org/v2/shows/66088/?format=api",
    "image_uri": "https://dn710706.ca.archive.org/0/items/mbid-0709cc8b-050d-4482-affe-aede9f833a78/mbid-0709cc8b-050d-4482-affe-aede9f833a78-12708631609_thumb500.jpg",
    "thumbnail_uri": "https://dn710706.ca.archive.org/0/items/mbid-0709cc8b-050d-4482-affe-aede9f833a78/mbid-0709cc8b-050d-4482-affe-aede9f833a78-12708631609_thumb250.jpg",
    "song": "Every 1’s a Winner",
    "track_id": "85ecad4d-9f95-3a2d-bac7-86b4e07ad0f1",
    "recording_id": "2db27b79-4aff-41b1-9299-ee7e4396a7aa",
    "artist": "Hot Chocolate",
    "artist_ids": [
        "a749130e-c2d8-4a7c-b740-908ea4574961"
    ],
    "album": "Every 1's a Winner",
    "release_id": "0709cc8b-050d-4482-affe-aede9f833a78",
    "release_group_id": "e900304e-e069-4d7c-a695-fe07ee9fa9f5",
    "labels": [
        "Infinity Records"
    ],
    "label_ids": [
        "36518ece-80e7-46ec-ba5e-1ba76edaf96f"
    ],
    "release_date": "1978-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "On this day 48 years ago (1978), Hot Chocolate released the single \"Every 1's a Winner\", the title track from their album released a month later.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}