Information about plays

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

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

{
    "id": 3525220,
    "uri": "https://api.kexp.org/v2/plays/3525220/?format=api",
    "airdate": "2025-07-10T15:58:16-07:00",
    "show": 63974,
    "show_uri": "https://api.kexp.org/v2/shows/63974/?format=api",
    "image_uri": "https://coverartarchive.org/release/ca61a898-9f32-4b94-8a05-7c5b3a23b68d/24155515025-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/ca61a898-9f32-4b94-8a05-7c5b3a23b68d/24155515025-250.jpg",
    "song": "Release Yo' Delf (Prodigy mix) (clean version)",
    "track_id": null,
    "recording_id": "f87406f3-3b19-4362-8c12-13d7f8d1d1c4",
    "artist": "Method Man",
    "artist_ids": [
        "94dbfe2e-ca48-4e08-a5a8-e1e74136c63d"
    ],
    "album": "Release Yo' Delf",
    "release_id": null,
    "release_group_id": "d6ae832f-0a23-34fa-b41d-c66f74efbf0a",
    "labels": [
        "Def Jam Recordings"
    ],
    "label_ids": [
        "a92d1684-4edb-48aa-b913-30e9da213004"
    ],
    "release_date": "1995-03-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "\"Release Yo' Delf (Prodigy Mix)\" contains samples of \"Il Colpo\" by Ennio Morricone, \"The Jam\" by Graham Central Station and \"L.T.D (Life, Truth, Death)\" by The Jimmy Castor Bunch.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}