Information about plays

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

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

{
    "id": 3596391,
    "uri": "https://api.kexp.org/v2/plays/3596391/?format=api",
    "airdate": "2025-12-26T18:07:04-08:00",
    "show": 65480,
    "show_uri": "https://api.kexp.org/v2/shows/65480/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Release Yo' Delf (Prodigy mix)",
    "track_id": "191750f5-8ff4-3dd3-98ab-2ac2c1712a5c",
    "recording_id": "365be7ee-18bd-444f-a61c-f25becbe1e41",
    "artist": "Method Man",
    "artist_ids": [
        "94dbfe2e-ca48-4e08-a5a8-e1e74136c63d"
    ],
    "album": "MTV's AMP 2",
    "release_id": "f62a9626-1e48-48cc-bba9-4abed41e292d",
    "release_group_id": "56470342-cc51-3c3c-bf38-012d942f8eee",
    "labels": [
        "Astralwerks"
    ],
    "label_ids": [
        "60f3af98-d6ca-4995-a9b5-b93924e2405f"
    ],
    "release_date": "1998-06-16",
    "rotation_status": "Library",
    "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"
}