Information about plays

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

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

{
    "id": 3561979,
    "uri": "https://api.kexp.org/v2/plays/3561979/?format=api",
    "airdate": "2025-10-06T09:42:32-07:00",
    "show": 64762,
    "show_uri": "https://api.kexp.org/v2/shows/64762/?format=api",
    "image_uri": "https://ia601401.us.archive.org/13/items/mbid-205952c4-e54f-35a5-a299-5d16e600b23f/mbid-205952c4-e54f-35a5-a299-5d16e600b23f-10919499939_thumb500.jpg",
    "thumbnail_uri": "https://ia801401.us.archive.org/13/items/mbid-205952c4-e54f-35a5-a299-5d16e600b23f/mbid-205952c4-e54f-35a5-a299-5d16e600b23f-10919499939_thumb250.jpg",
    "song": "And She Was",
    "track_id": "6397f58c-403d-3d59-82e8-09eae0acc676",
    "recording_id": "f21c3ce5-6c95-4df8-b333-baeb77e4c98f",
    "artist": "Talking Heads",
    "artist_ids": [
        "a94a7155-c79d-4409-9fcf-220cb0e4dc3a"
    ],
    "album": "Little Creatures",
    "release_id": "351bc17b-cbf4-446e-bc9e-5c1db55c6c2d",
    "release_group_id": "8d8aadcd-fcd6-3e0f-b17e-3ec2d88e65d3",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#588 on YOUR countdown of the greatest albums of all-time. \n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}