Information about plays

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

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

{
    "id": 3524897,
    "uri": "https://api.kexp.org/v2/plays/3524897/?format=api",
    "airdate": "2025-07-09T21:50:01-07:00",
    "show": 63968,
    "show_uri": "https://api.kexp.org/v2/shows/63968/?format=api",
    "image_uri": "https://ia600303.us.archive.org/11/items/mbid-b4397723-449d-4fe2-8675-7bfa78e9bc4c/mbid-b4397723-449d-4fe2-8675-7bfa78e9bc4c-14977189238_thumb500.jpg",
    "thumbnail_uri": "https://ia600303.us.archive.org/11/items/mbid-b4397723-449d-4fe2-8675-7bfa78e9bc4c/mbid-b4397723-449d-4fe2-8675-7bfa78e9bc4c-14977189238_thumb250.jpg",
    "song": "Tesselation",
    "track_id": "6dc994c6-d3e1-4a67-9d6c-13efb2ee9d62",
    "recording_id": "72c0722f-6580-42b0-8fb9-3e37a8cdeb80",
    "artist": "Mild High Club",
    "artist_ids": [
        "5e9adbe9-5721-4d66-88e4-0e3ff7129f1c"
    ],
    "album": "Skiptracing",
    "release_id": "b4397723-449d-4fe2-8675-7bfa78e9bc4c",
    "release_group_id": "d5ccee25-6e60-4169-a267-bcc1a2f09256",
    "labels": [
        "Stones Throw Records"
    ],
    "label_ids": [
        "f1b83107-23e5-41a3-ab1b-2a36965cf77b"
    ],
    "release_date": "2016-08-26",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Alexander Brettin is originally from Chicago and is currently based in Los Angeles.\nwww.stonesthrow.com/artist/mildhighclub/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}