Information about plays

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

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

{
    "id": 3574774,
    "uri": "https://api.kexp.org/v2/plays/3574774/?format=api",
    "airdate": "2025-11-06T15:44:51-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "https://ia802903.us.archive.org/21/items/mbid-fdee51cc-40b2-46bd-bbd9-c2c8682ae9d3/mbid-fdee51cc-40b2-46bd-bbd9-c2c8682ae9d3-29816128330_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-fdee51cc-40b2-46bd-bbd9-c2c8682ae9d3/mbid-fdee51cc-40b2-46bd-bbd9-c2c8682ae9d3-29816128330_thumb250.jpg",
    "song": "Bronx Theme",
    "track_id": "c2330d76-9f72-315f-99e4-c985b53d5da3",
    "recording_id": "39e91c09-1a82-423a-abe5-7367faeec0c5",
    "artist": "DJ Cam",
    "artist_ids": [
        "d2e123d0-c53e-4444-a52a-efeff44953c7"
    ],
    "album": "Offering 2: The Past, Present & Future of !K7",
    "release_id": "fdee51cc-40b2-46bd-bbd9-c2c8682ae9d3",
    "release_group_id": "3352d183-7f0e-30c4-b9f7-c8d64858c29d",
    "labels": [
        "!K7"
    ],
    "label_ids": [
        "893364ff-1830-4694-833d-93751f14f984"
    ],
    "release_date": "1998-06-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Bronx Theme\" contains samples of 8 songs, including multiple elements of Wayne Shorter's \"Calm.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}