Information about plays

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

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

{
    "id": 3582435,
    "uri": "https://api.kexp.org/v2/plays/3582435/?format=api",
    "airdate": "2025-11-24T17:01:35-08:00",
    "show": 65201,
    "show_uri": "https://api.kexp.org/v2/shows/65201/?format=api",
    "image_uri": "https://dn710706.ca.archive.org/0/items/mbid-cdf16335-4e28-4968-9df9-73e7d0baa6b1/mbid-cdf16335-4e28-4968-9df9-73e7d0baa6b1-24649819770_thumb500.jpg",
    "thumbnail_uri": "https://dn710706.ca.archive.org/0/items/mbid-cdf16335-4e28-4968-9df9-73e7d0baa6b1/mbid-cdf16335-4e28-4968-9df9-73e7d0baa6b1-24649819770_thumb250.jpg",
    "song": "Triple Trouble",
    "track_id": "184f21db-7979-4b8a-a813-fbefd04ec19b",
    "recording_id": "c8f3d474-6017-4cd5-be66-e2d33bb83604",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "To The 5 Boroughs",
    "release_id": "cdf16335-4e28-4968-9df9-73e7d0baa6b1",
    "release_group_id": "e675dd51-6b3e-3bf5-ad30-5a26f9724714",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Sampling \"Double Trouble at The Amphitheater...\"  by the hip-hop group Double Trouble.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}