Information about plays

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

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

{
    "id": 3627422,
    "uri": "https://api.kexp.org/v2/plays/3627422/?format=api",
    "airdate": "2026-03-10T12:32:26-07:00",
    "show": 66144,
    "show_uri": "https://api.kexp.org/v2/shows/66144/?format=api",
    "image_uri": "https://dn711103.ca.archive.org/0/items/mbid-0dc50c5f-cc34-48bc-b62e-2df02a77dbae/mbid-0dc50c5f-cc34-48bc-b62e-2df02a77dbae-22922071662_thumb500.jpg",
    "thumbnail_uri": "https://dn711103.ca.archive.org/0/items/mbid-0dc50c5f-cc34-48bc-b62e-2df02a77dbae/mbid-0dc50c5f-cc34-48bc-b62e-2df02a77dbae-22922071662_thumb250.jpg",
    "song": "None of Your Business",
    "track_id": "629003c5-dab0-3cf3-bb1a-649dd65f89a1",
    "recording_id": "f3b92d4d-e1a8-4ec5-8696-ae75cfc38c5d",
    "artist": "Salt‐N‐Pepa",
    "artist_ids": [
        "26bcd35d-56a3-4e4d-8ad7-7bc5787c3af1"
    ],
    "album": "Very Necessary",
    "release_id": "0dc50c5f-cc34-48bc-b62e-2df02a77dbae",
    "release_group_id": "4ec41ccd-e2b5-3e7a-8a4b-33d143b601d9",
    "labels": [
        "Next Plateau Records",
        "London Records"
    ],
    "label_ids": [
        "29d7fbd2-d3c9-4679-ab6f-311dc1473bb5",
        "60a0dd34-2333-4679-9050-38c21f7bc616"
    ],
    "release_date": "1993-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Did you know that this song earned Salt-N-Pepa their first Grammy Award in 1995 for Best Rap Performance by a Duo or Group?\n--\nThere is a lot of bare skin in the official video for \"None of Yur Business\": https://www.youtube.com/watch?v=8Mtiecwd4ic",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}