Information about plays

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

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

{
    "id": 3552062,
    "uri": "https://api.kexp.org/v2/plays/3552062/?format=api",
    "airdate": "2025-09-12T10:40:57-07:00",
    "show": 64541,
    "show_uri": "https://api.kexp.org/v2/shows/64541/?format=api",
    "image_uri": "https://dn721800.ca.archive.org/0/items/mbid-da3a28c0-66f2-4d36-81bb-4c20e626d309/mbid-da3a28c0-66f2-4d36-81bb-4c20e626d309-42949823088_thumb500.jpg",
    "thumbnail_uri": "https://dn721800.ca.archive.org/0/items/mbid-da3a28c0-66f2-4d36-81bb-4c20e626d309/mbid-da3a28c0-66f2-4d36-81bb-4c20e626d309-42949823088_thumb250.jpg",
    "song": "The LA River",
    "track_id": "6d4a8085-0c97-4515-939f-b1ed7775553f",
    "recording_id": "5a4e26ea-7a72-45e9-b56c-88727e39bf71",
    "artist": "Georgia Maq",
    "artist_ids": [
        "055ac294-a4a2-4c6e-a2f4-a77e66c1273f"
    ],
    "album": "God’s Favourite",
    "release_id": "da3a28c0-66f2-4d36-81bb-4c20e626d309",
    "release_group_id": "9d8f865d-3d0a-4ffa-9d75-e72a6549f576",
    "labels": [
        "1000 Rats Records"
    ],
    "label_ids": [
        "b90272f4-e4e9-4095-9491-d48a4b0798bc"
    ],
    "release_date": "2025-09-04",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "New music from Georgia Maq -- the Australian-born, Los Angeles-based musician who was formerly the lead singer of Camp Cope!\n\nhttps://georgiamaq.bandcamp.com/album/gods-favourite",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}