Information about plays

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

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

{
    "id": 3632823,
    "uri": "https://api.kexp.org/v2/plays/3632823/?format=api",
    "airdate": "2026-03-23T18:30:25-07:00",
    "show": 66262,
    "show_uri": "https://api.kexp.org/v2/shows/66262/?format=api",
    "image_uri": "https://dn710901.ca.archive.org/0/items/mbid-8941a99a-22c6-4ca3-a9b0-83cbb0f43163/mbid-8941a99a-22c6-4ca3-a9b0-83cbb0f43163-17014894055_thumb500.jpg",
    "thumbnail_uri": "https://dn710901.ca.archive.org/0/items/mbid-8941a99a-22c6-4ca3-a9b0-83cbb0f43163/mbid-8941a99a-22c6-4ca3-a9b0-83cbb0f43163-17014894055_thumb250.jpg",
    "song": "Fire",
    "track_id": "368c69d5-db70-444f-9296-48f11a4f17db",
    "recording_id": "c22cfbaa-8142-4da0-8dd7-e35eb6501498",
    "artist": "Beth Ditto",
    "artist_ids": [
        "a23b8dc2-97f4-4eab-a76d-dc3b2ef4b537"
    ],
    "album": "Fake Sugar",
    "release_id": "8941a99a-22c6-4ca3-a9b0-83cbb0f43163",
    "release_group_id": "c62f6f2d-d97f-42a2-a006-6c5ed109403d",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2017-06-16",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Portland's own Beth Ditto is a singer-songwriter most notable for her work with the 2000s indie rock band Gossip.\n\nCheck out this interview with the talented Beth Ditto:  https://inews.co.uk/culture/beth-ditto-interview-gossip-fake-sugar-album-155978",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}