Information about plays

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

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

{
    "id": 3561258,
    "uri": "https://api.kexp.org/v2/plays/3561258/?format=api",
    "airdate": "2025-10-04T15:33:12-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://dn710100.ca.archive.org/0/items/mbid-72865031-ec36-45cb-83b0-78114b0235e4/mbid-72865031-ec36-45cb-83b0-78114b0235e4-19042016209_thumb500.jpg",
    "thumbnail_uri": "https://dn710100.ca.archive.org/0/items/mbid-72865031-ec36-45cb-83b0-78114b0235e4/mbid-72865031-ec36-45cb-83b0-78114b0235e4-19042016209_thumb250.jpg",
    "song": "Like the Weather",
    "track_id": "485c349e-fb03-4638-b22a-a5eab5549379",
    "recording_id": "3a1afb10-beb4-4636-bd24-0ab0d1855c62",
    "artist": "10,000 Maniacs",
    "artist_ids": [
        "b9a06530-1241-4162-836f-7b8e79deaa58"
    ],
    "album": "In My Tribe",
    "release_id": "72865031-ec36-45cb-83b0-78114b0235e4",
    "release_group_id": "94d44c63-7dee-3921-aa6e-b28b27753cfa",
    "labels": [
        "Elektra"
    ],
    "label_ids": [
        "873f9f75-af68-4872-98e2-431058e4c9a9"
    ],
    "release_date": "1987-07-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#706 10,000 Maniacs - In My Tribe\n\nJoin the Vinyl Club at $100/mo and  receive 12 limited edition albums of KEXP in-studios! Learn more here: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}