Information about plays

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

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

{
    "id": 3556356,
    "uri": "https://api.kexp.org/v2/plays/3556356/?format=api",
    "airdate": "2025-09-22T14:15:55-07:00",
    "show": 64634,
    "show_uri": "https://api.kexp.org/v2/shows/64634/?format=api",
    "image_uri": "https://ia801604.us.archive.org/28/items/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-829521842_thumb500.jpg",
    "thumbnail_uri": "https://ia801604.us.archive.org/28/items/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd/mbid-76df3287-6cda-33eb-8e9a-044b5e15ffdd-829521842_thumb250.jpg",
    "song": "Numb",
    "track_id": "3875c956-6a5e-3179-a4b7-506eb878105b",
    "recording_id": "977c23ba-10e0-4c03-a882-5896e58717ae",
    "artist": "Portishead",
    "artist_ids": [
        "8f6bd1e4-fbe1-4f50-aa9b-94c450ec0f11"
    ],
    "album": "Dummy",
    "release_id": "76df3287-6cda-33eb-8e9a-044b5e15ffdd",
    "release_group_id": "48140466-cff6-3222-bd55-63c27e43190d",
    "labels": [
        "Go! Beat"
    ],
    "label_ids": [
        "cd275ac6-9af0-4465-895b-462208cb716e"
    ],
    "release_date": "1994-08-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track samples one song, Ray Charles' \"I've Got a Woman,\" and has subsequently been sampled in 17 songs. https://tinyurl.com/3jzw7y32\n\nIt was included into a remix of Aaliyah's \"If Your Girl Only Knew\" written by and featuring Missy Elliott, as well as Ginuwine's \"G. Thang,\" also with a writing credit and feature from Missy.\n\nThis track was the lead single from Portishead's 1994 debut album, Dummy. NME magazine ranked it at number 43 on their list of the \"Best Albums and Tracks of 1994.\" https://bit.ly/3RxQ2Vh",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}