Information about plays

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

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

{
    "id": 3641883,
    "uri": "https://api.kexp.org/v2/plays/3641883/?format=api",
    "airdate": "2026-04-14T07:12:21-07:00",
    "show": 66450,
    "show_uri": "https://api.kexp.org/v2/shows/66450/?format=api",
    "image_uri": "https://dn721808.ca.archive.org/0/items/mbid-1734a338-4bce-45fe-8072-2cd40776e80b/mbid-1734a338-4bce-45fe-8072-2cd40776e80b-23319951839_thumb500.jpg",
    "thumbnail_uri": "https://dn721808.ca.archive.org/0/items/mbid-1734a338-4bce-45fe-8072-2cd40776e80b/mbid-1734a338-4bce-45fe-8072-2cd40776e80b-23319951839_thumb250.jpg",
    "song": "Lucky Man (Happiness More or Less mix)",
    "track_id": "a07f4327-c00c-442e-abf6-18e28248aa82",
    "recording_id": "ce682c2f-d90f-4769-bc63-dcf026a6ba51",
    "artist": "The Verve",
    "artist_ids": [
        "d4d17620-fd97-4574-92a8-a2cb7e72ce42"
    ],
    "album": "Deep Cuts",
    "release_id": "1734a338-4bce-45fe-8072-2cd40776e80b",
    "release_group_id": "f5073278-c863-4867-9288-75c5f01fa5e4",
    "labels": [
        "Virgin"
    ],
    "label_ids": [
        "49b58bdb-3d74-40c6-956a-4c4b46115c9c"
    ],
    "release_date": "2009-04-07",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From English rock band The Verve's third studio album 'Urban Hymns', released in 1997.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}