Information about plays

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

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

{
    "id": 3598714,
    "uri": "https://api.kexp.org/v2/plays/3598714/?format=api",
    "airdate": "2026-01-01T06:16:09-08:00",
    "show": 65530,
    "show_uri": "https://api.kexp.org/v2/shows/65530/?format=api",
    "image_uri": "https://ia800808.us.archive.org/32/items/mbid-8e2ce692-11cc-4c21-aacb-c95b4e2a2564/mbid-8e2ce692-11cc-4c21-aacb-c95b4e2a2564-4326167172_thumb500.jpg",
    "thumbnail_uri": "https://ia600808.us.archive.org/32/items/mbid-8e2ce692-11cc-4c21-aacb-c95b4e2a2564/mbid-8e2ce692-11cc-4c21-aacb-c95b4e2a2564-4326167172_thumb250.jpg",
    "song": "Beginning to Blue",
    "track_id": "f9a566f8-b6ff-3ae4-9012-5aaf12c45dff",
    "recording_id": "4498bcde-bb08-4b7d-834e-3459b5c03bf2",
    "artist": "Still Corners",
    "artist_ids": [
        "ea5493df-b8d9-4c89-bd5b-6c4aeba7a0ac"
    ],
    "album": "Strange Pleasures",
    "release_id": "8e2ce692-11cc-4c21-aacb-c95b4e2a2564",
    "release_group_id": "bd21202f-f69a-4e38-8e79-55fc4bb9c4a6",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "2013-06-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}