Information about plays

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

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

{
    "id": 3572946,
    "uri": "https://api.kexp.org/v2/plays/3572946/?format=api",
    "airdate": "2025-11-02T04:29:14-08:00",
    "show": 65001,
    "show_uri": "https://api.kexp.org/v2/shows/65001/?format=api",
    "image_uri": "https://ia800307.us.archive.org/10/items/mbid-69f1ee96-cb16-4d28-a722-7fc6d5276d7a/mbid-69f1ee96-cb16-4d28-a722-7fc6d5276d7a-43381118699_thumb500.jpg",
    "thumbnail_uri": "https://ia600307.us.archive.org/10/items/mbid-69f1ee96-cb16-4d28-a722-7fc6d5276d7a/mbid-69f1ee96-cb16-4d28-a722-7fc6d5276d7a-43381118699_thumb250.jpg",
    "song": "Ziz",
    "track_id": "9c1c0f2c-a500-4f92-92fe-0a6e7ee250b1",
    "recording_id": "093b601e-2d6d-4b79-9314-2d5c7539e4a9",
    "artist": "Phylipe Nunes Araújo",
    "artist_ids": [
        "821f2097-cecb-4ec2-97f3-857530174e92"
    ],
    "album": "Phylipe Nunes Araújo",
    "release_id": "69f1ee96-cb16-4d28-a722-7fc6d5276d7a",
    "release_group_id": "5a215e78-2758-43ad-a24a-aa177db93890",
    "labels": [
        "Far Out Recordings"
    ],
    "label_ids": [
        "b8870b75-9130-4310-80a3-0bfed2a5711d"
    ],
    "release_date": "2025-10-24",
    "rotation_status": "Light",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}