Information about plays

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

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

{
    "id": 3572039,
    "uri": "https://api.kexp.org/v2/plays/3572039/?format=api",
    "airdate": "2025-10-31T02:10:12-07:00",
    "show": 64980,
    "show_uri": "https://api.kexp.org/v2/shows/64980/?format=api",
    "image_uri": "https://ia801606.us.archive.org/13/items/mbid-3ee6bd30-4a23-40cb-9958-d0c321ccdff3/mbid-3ee6bd30-4a23-40cb-9958-d0c321ccdff3-17361537089_thumb500.jpg",
    "thumbnail_uri": "https://ia801606.us.archive.org/13/items/mbid-3ee6bd30-4a23-40cb-9958-d0c321ccdff3/mbid-3ee6bd30-4a23-40cb-9958-d0c321ccdff3-17361537089_thumb250.jpg",
    "song": "Roseblood",
    "track_id": "87466dcb-ec5c-3067-b325-7d4ea357eb38",
    "recording_id": "bb2aad87-f354-4d92-ad3f-7498973f1570",
    "artist": "Mazzy Star",
    "artist_ids": [
        "c48d4327-8122-4286-af66-05e1ee6ac4d8"
    ],
    "album": "Among My Swan",
    "release_id": "3ee6bd30-4a23-40cb-9958-d0c321ccdff3",
    "release_group_id": "966a02cf-fc62-3abc-8560-c60ce115efed",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1996-10-29",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Among My Swan is the third studio album by American band Mazzy Star, released on October 29, 1996.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}