Information about plays

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

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

{
    "id": 3577169,
    "uri": "https://api.kexp.org/v2/plays/3577169/?format=api",
    "airdate": "2025-11-12T09:13:50-08:00",
    "show": 65088,
    "show_uri": "https://api.kexp.org/v2/shows/65088/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "You Get What You Give",
    "track_id": "5f1c8ca4-623f-3c50-83aa-6386698385b8",
    "recording_id": "8ea9f2d4-c255-4201-b3c1-815571da013a",
    "artist": "New Radicals",
    "artist_ids": [
        "09a6ae88-7589-4ab2-b10c-dd50ebd526a0"
    ],
    "album": "Maybe You’ve Been Brainwashed Too.",
    "release_id": "f65ff263-eaa5-4489-8339-53b47f1d7bbf",
    "release_group_id": "1ea5f71d-8996-38b7-9c3b-d064e53c80a2",
    "labels": [
        "MCA Records"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09"
    ],
    "release_date": "1998-10-20",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Who says you can't play the baby Friday song on Wednesday?\n\n“To be truly radical is to make hope possible rather than despair convincing.”\n― Raymond Williams\n\n\"Can't forget We only get what we give...\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}