Information about plays

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

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

{
    "id": 3562319,
    "uri": "https://api.kexp.org/v2/plays/3562319/?format=api",
    "airdate": "2025-10-07T10:27:37-07:00",
    "show": 64771,
    "show_uri": "https://api.kexp.org/v2/shows/64771/?format=api",
    "image_uri": "https://ia902306.us.archive.org/5/items/mbid-2a5d5bb3-4c9b-4107-9803-725bf7571ecd/mbid-2a5d5bb3-4c9b-4107-9803-725bf7571ecd-10624549232_thumb500.jpg",
    "thumbnail_uri": "https://ia902306.us.archive.org/5/items/mbid-2a5d5bb3-4c9b-4107-9803-725bf7571ecd/mbid-2a5d5bb3-4c9b-4107-9803-725bf7571ecd-10624549232_thumb250.jpg",
    "song": "40 oz. to Freedom",
    "track_id": "56962310-b6ff-448b-b0f4-cfa02e6ad6bc",
    "recording_id": "b3a29860-0d91-4721-b56d-649f1ffbf9c4",
    "artist": "Sublime",
    "artist_ids": [
        "95f5b748-d370-47fe-85bd-0af2dc450bc0"
    ],
    "album": "40 oz. to Freedom",
    "release_id": "2a5d5bb3-4c9b-4107-9803-725bf7571ecd",
    "release_group_id": "8e874f9b-7630-3a4c-baf4-73e0e553b2b4",
    "labels": [
        "Skunk Records"
    ],
    "label_ids": [
        "588f7ed5-b759-42b0-b32c-85086c5ca52e"
    ],
    "release_date": "1992-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This is the title song from album # 456 of the KEXP countdown of favorite albums of all time. \n--\nThis was the debut album from Sublime, released through a homemade label, Skunk Records, started by bandleader Brad Nowell and Sublime manager Miguel. It sold an amazing 5,000 copies before they were signed to MCA and spent over 50 weeks on Billboard's Alternative New Artist chart.\n--\n-R.I.P., Brad Nowell, who died of a heroin overdose in 1996 at age 28.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}