Information about plays

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

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

{
    "id": 3598530,
    "uri": "https://api.kexp.org/v2/plays/3598530/?format=api",
    "airdate": "2025-12-31T17:41:35-08:00",
    "show": 65526,
    "show_uri": "https://api.kexp.org/v2/shows/65526/?format=api",
    "image_uri": "https://coverartarchive.org/release/9a089698-6641-43a2-b6d1-c6b922cbabe4/14641675434-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9a089698-6641-43a2-b6d1-c6b922cbabe4/14641675434-250.jpg",
    "song": "Release Yo’ Delf (Prodigy mix)",
    "track_id": null,
    "recording_id": "365be7ee-18bd-444f-a61c-f25becbe1e41",
    "artist": "Method Man",
    "artist_ids": [
        "94dbfe2e-ca48-4e08-a5a8-e1e74136c63d"
    ],
    "album": "MTV’s AMP 2",
    "release_id": null,
    "release_group_id": "56470342-cc51-3c3c-bf38-012d942f8eee",
    "labels": [],
    "label_ids": [],
    "release_date": "1998-06-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Prodigy mixed this rendition of Method Man's (member of Wu Tang Clan) Release Yo' Delf. \n\nThis samples Ennio Morricone's \"Il Colpo\" from \"For a Few Dollars More\" and \"The Jam\" by Graham Central Station.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}