Information about plays

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

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

{
    "id": 3633182,
    "uri": "https://api.kexp.org/v2/plays/3633182/?format=api",
    "airdate": "2026-03-24T17:13:00-07:00",
    "show": 66270,
    "show_uri": "https://api.kexp.org/v2/shows/66270/?format=api",
    "image_uri": "https://dn711002.ca.archive.org/0/items/mbid-7565f1b4-897b-4f24-a957-55ff8510b842/mbid-7565f1b4-897b-4f24-a957-55ff8510b842-9711827786_thumb500.jpg",
    "thumbnail_uri": "https://dn711002.ca.archive.org/0/items/mbid-7565f1b4-897b-4f24-a957-55ff8510b842/mbid-7565f1b4-897b-4f24-a957-55ff8510b842-9711827786_thumb250.jpg",
    "song": "Everybody Loves Somebody",
    "track_id": "00aba492-4c07-36fe-8acc-85869348737b",
    "recording_id": "7525dd4b-0522-4738-95d5-42fd160e8a27",
    "artist": "Dean Martin",
    "artist_ids": [
        "5e6c760b-42e0-4df4-a221-0269355da00a"
    ],
    "album": "Dino: The Essential Dean Martin",
    "release_id": "7565f1b4-897b-4f24-a957-55ff8510b842",
    "release_group_id": "aa057e81-3c57-3907-87d1-aadb872c3181",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2004-01-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "IDLES sampled the opening strings from \"Everybody Loves Somebody.\".\n\n\"Everybody Loves Somebody\" was written in 1947 by Irving Taylor, and made famous by Dean Martin in 1964.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}