Information about plays

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

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

{
    "id": 3569648,
    "uri": "https://api.kexp.org/v2/plays/3569648/?format=api",
    "airdate": "2025-10-25T05:06:19-07:00",
    "show": 64926,
    "show_uri": "https://api.kexp.org/v2/shows/64926/?format=api",
    "image_uri": "https://ia801705.us.archive.org/21/items/mbid-8addd364-fdc2-496c-9bee-ba1939c834dc/mbid-8addd364-fdc2-496c-9bee-ba1939c834dc-35389538803_thumb500.jpg",
    "thumbnail_uri": "https://dn710206.ca.archive.org/0/items/mbid-8addd364-fdc2-496c-9bee-ba1939c834dc/mbid-8addd364-fdc2-496c-9bee-ba1939c834dc-35389538803_thumb250.jpg",
    "song": "If Only It Was Warmth",
    "track_id": "beb7eb5f-71de-4adc-87fb-1b6a28b1fd47",
    "recording_id": "683b40c1-98a7-4c50-8f59-c764e2a844cf",
    "artist": "King Krule",
    "artist_ids": [
        "c0daae21-ec2a-4dd0-a323-4f53f5945d04"
    ],
    "album": "Space Heavy",
    "release_id": "8addd364-fdc2-496c-9bee-ba1939c834dc",
    "release_group_id": "4505ae3f-6f4d-4049-a9a3-1151f89ef344",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2023-06-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}