Information about plays

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

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

{
    "id": 3638306,
    "uri": "https://api.kexp.org/v2/plays/3638306/?format=api",
    "airdate": "2026-04-05T18:48:30-07:00",
    "show": 66376,
    "show_uri": "https://api.kexp.org/v2/shows/66376/?format=api",
    "image_uri": "https://coverartarchive.org/release/95d506ad-1d87-4eb5-ab69-8a1f7f8dc407/5813893040-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/95d506ad-1d87-4eb5-ab69-8a1f7f8dc407/5813893040-250.jpg",
    "song": "The Champ",
    "track_id": null,
    "recording_id": "3ccbc41c-758c-491f-afa1-e437ed3a9a8f",
    "artist": "The Mohawks",
    "artist_ids": [
        "39adceea-f47d-45d0-8cfd-f6840fd1d366"
    ],
    "album": "The Champ",
    "release_id": null,
    "release_group_id": "1da497d6-2623-3291-b77f-2ddac99059e2",
    "labels": [
        "Pama Records"
    ],
    "label_ids": [
        "65c454d2-586b-4f75-8d3b-c71ea70846be"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Mohawks released \"The Champ\" in 1968. \nThe Mohawks were a British studio group fronted by arranger and session musician Alan Hawkshaw.\n\nThis song has been sampled more than 700 times, including by Frank Ocean for \"Nikes.\"\nFamous Samples of \"The Champ\" include:\nEric B. & Rakim: \"Eric B. Is President\" (1987)\nOnyx: \"Slam\" (1993)\nIni Kamoze: \"Here Comes the Hotstepper\" (1994)\nBeastie Boys: \"What Comes Around\" (1989)\nMC Hammer: \"Pump It Up\" (1988)\nSalt-n-Pepa: \"Tramp\" (1987)\nBig Daddy Kane: \"Smooth Operator\" (1989)\nMigos: \"Stir Fry\" (2018)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}