Information about plays

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

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

{
    "id": 3579329,
    "uri": "https://api.kexp.org/v2/plays/3579329/?format=api",
    "airdate": "2025-11-17T08:47:23-08:00",
    "show": 65135,
    "show_uri": "https://api.kexp.org/v2/shows/65135/?format=api",
    "image_uri": "https://ia800509.us.archive.org/35/items/mbid-c0f5cd42-9c38-4745-a82e-284895aae781/mbid-c0f5cd42-9c38-4745-a82e-284895aae781-14520010734_thumb500.jpg",
    "thumbnail_uri": "https://dn710702.ca.archive.org/0/items/mbid-c0f5cd42-9c38-4745-a82e-284895aae781/mbid-c0f5cd42-9c38-4745-a82e-284895aae781-14520010734_thumb250.jpg",
    "song": "The Sound of the Crowd",
    "track_id": "6f224085-6305-4683-a1ac-4b5d72f90fcb",
    "recording_id": "2f1b78c0-8c95-40b1-94ef-f4df77831a3e",
    "artist": "The Human League",
    "artist_ids": [
        "7adaabfb-acfb-47bc-8c7c-59471c2f0db8"
    ],
    "album": "Dare",
    "release_id": "c0f5cd42-9c38-4745-a82e-284895aae781",
    "release_group_id": "e8e7999e-0b87-3298-947d-2ad22717fc27",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "1981-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Enjoying the music in Cafe Vita.  Got any new wave song that will transport me back to the 80s while i churn through some paper work? (human league, sound of the crowd maybe?, Or whatever fits with the vibe of your show today).  Love KEXP. \n\nKevin",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}