Information about plays

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

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

{
    "id": 3621874,
    "uri": "https://api.kexp.org/v2/plays/3621874/?format=api",
    "airdate": "2026-02-24T22:46:50-08:00",
    "show": 66023,
    "show_uri": "https://api.kexp.org/v2/shows/66023/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "To Love Somebody",
    "track_id": "95916c26-93ea-4521-a7e4-fa4babb2f933",
    "recording_id": "7ed22481-4d5c-439c-928e-6c16931dc912",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "To Love Somebody",
    "release_id": "646255f7-cb7a-40a7-88c5-cf4eb28afcd1",
    "release_group_id": "9d5ce3ef-87db-4ad4-9150-1f79a5be3b51",
    "labels": [],
    "label_ids": [],
    "release_date": "2026-01-16",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Al Green takes on the Bee Gees!\n--\nThis is found on a just-released four song EP, \"To Love Somebody,\" from the 79-year old singer: https://ratedrnb.com/2026/01/al-green-new-ep-to-love-somebody/\n--\nGo here to purchase it: https://algreen.bandcamp.com/album/to-love-somebody-ep",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}