Information about plays

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

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

{
    "id": 3657022,
    "uri": "https://api.kexp.org/v2/plays/3657022/?format=api",
    "airdate": "2026-05-20T00:23:24-07:00",
    "show": 66763,
    "show_uri": "https://api.kexp.org/v2/shows/66763/?format=api",
    "image_uri": "https://dn710704.ca.archive.org/0/items/mbid-7c3e4df4-82c5-49f3-882c-aa5987497e73/mbid-7c3e4df4-82c5-49f3-882c-aa5987497e73-19872394904_thumb500.jpg",
    "thumbnail_uri": "https://dn710704.ca.archive.org/0/items/mbid-7c3e4df4-82c5-49f3-882c-aa5987497e73/mbid-7c3e4df4-82c5-49f3-882c-aa5987497e73-19872394904_thumb250.jpg",
    "song": "Cough Coughing",
    "track_id": "3fbfd825-912f-34ef-97ad-45ad84b31500",
    "recording_id": "22bd35bb-3395-4620-94da-2fc56bf25921",
    "artist": "Menomena",
    "artist_ids": [
        "ad386705-fb8c-40ec-94d7-e690e079e979"
    ],
    "album": "I Am the Fun Blame Monster!",
    "release_id": "7c3e4df4-82c5-49f3-882c-aa5987497e73",
    "release_group_id": "21ccd37f-7a41-3118-b285-76f56755f7fd",
    "labels": [
        "Muuuhahaha!"
    ],
    "label_ids": [
        "6dca73bb-54ac-4dd7-ae03-7814a82e18c2"
    ],
    "release_date": "2003-06-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "23rd anniversary of this album! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}