Information about plays

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

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

{
    "id": 3579394,
    "uri": "https://api.kexp.org/v2/plays/3579394/?format=api",
    "airdate": "2025-11-17T12:29:19-08:00",
    "show": 65136,
    "show_uri": "https://api.kexp.org/v2/shows/65136/?format=api",
    "image_uri": "https://dn710303.ca.archive.org/0/items/mbid-785abe21-1194-4db3-8e4e-108345a74626/mbid-785abe21-1194-4db3-8e4e-108345a74626-8225904032_thumb500.jpg",
    "thumbnail_uri": "https://dn710303.ca.archive.org/0/items/mbid-785abe21-1194-4db3-8e4e-108345a74626/mbid-785abe21-1194-4db3-8e4e-108345a74626-8225904032_thumb250.jpg",
    "song": "Love Spreads",
    "track_id": "3c20ec62-6edc-3799-9cc3-9e84f32badbe",
    "recording_id": "ee2e5d2f-f39f-4616-a4fd-17054d2842f8",
    "artist": "The Stone Roses",
    "artist_ids": [
        "b5fa29f1-6c22-4321-a488-b5f363b06b06"
    ],
    "album": "Second Coming",
    "release_id": "785abe21-1194-4db3-8e4e-108345a74626",
    "release_group_id": "78142b2a-fa4d-32f6-aef2-915efb1ad4b4",
    "labels": [
        "Geffen Records"
    ],
    "label_ids": [
        "0fadc2ce-f7de-4e27-bbe6-612b317e716b"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "After forming, \"the group began playing warehouses around Manchester, cultivating a dedicated following rather quickly. Around this time, the group was a cross between classic British '60s guitar pop and heavy metal, with touches of goth rock.\" Read more here: https://tinyurl.com/4ax44mdx.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}