Information about plays

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

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

{
    "id": 3613562,
    "uri": "https://api.kexp.org/v2/plays/3613562/?format=api",
    "airdate": "2026-02-05T14:06:34-08:00",
    "show": 65847,
    "show_uri": "https://api.kexp.org/v2/shows/65847/?format=api",
    "image_uri": "https://ia803105.us.archive.org/7/items/mbid-3d393154-0fc9-3182-b081-79c4f30d37e4/mbid-3d393154-0fc9-3182-b081-79c4f30d37e4-15223438954_thumb500.jpg",
    "thumbnail_uri": "https://ia803105.us.archive.org/7/items/mbid-3d393154-0fc9-3182-b081-79c4f30d37e4/mbid-3d393154-0fc9-3182-b081-79c4f30d37e4-15223438954_thumb250.jpg",
    "song": "The New Style",
    "track_id": "d157fdb5-aceb-3c98-83d6-4850eb4e0c05",
    "recording_id": "f14de46f-7973-4f7c-81f9-6081d4f38f32",
    "artist": "Beastie Boys",
    "artist_ids": [
        "9beb62b2-88db-4cea-801e-162cd344ee53"
    ],
    "album": "Licensed to Ill",
    "release_id": "2b1ddfeb-e20f-3cab-a47c-802c5d77be96",
    "release_group_id": "57f5e7c8-2a6e-34a0-b4cd-0e77695bc36f",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "2000-04-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the second single — and Track #2 — from Beastie Boys' debut full-length album, Licensed To Ill.\n--\nThis song included five samples, including \"Drop the Bomb\" from Trouble Funk.  It has been sampled more than 400 times!!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}