Information about plays

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

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

{
    "id": 3641573,
    "uri": "https://api.kexp.org/v2/plays/3641573/?format=api",
    "airdate": "2026-04-13T13:18:41-07:00",
    "show": 66444,
    "show_uri": "https://api.kexp.org/v2/shows/66444/?format=api",
    "image_uri": "https://dn710809.ca.archive.org/0/items/mbid-793769de-0650-4fa6-8247-11cd509f4562/mbid-793769de-0650-4fa6-8247-11cd509f4562-4328952557_thumb500.jpg",
    "thumbnail_uri": "https://ia801907.us.archive.org/21/items/mbid-793769de-0650-4fa6-8247-11cd509f4562/mbid-793769de-0650-4fa6-8247-11cd509f4562-4328952557_thumb250.jpg",
    "song": "I’m a Ram",
    "track_id": "e9aa907b-2214-3532-9751-118d2a62177a",
    "recording_id": "89f91320-47f3-4deb-98ed-253b27f0e821",
    "artist": "Al Green",
    "artist_ids": [
        "fb7272ba-f130-4f0a-934d-6eeea4c18c9a"
    ],
    "album": "Al Green Gets Next to You",
    "release_id": "793769de-0650-4fa6-8247-11cd509f4562",
    "release_group_id": "b1c9f375-77c4-353b-827e-3dea0cd048f6",
    "labels": [
        "Hi Records"
    ],
    "label_ids": [
        "19eeed5a-1dbe-40bc-b6e9-5979a3a903d8"
    ],
    "release_date": "1971-08-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born on this day in 1946!\n\nThe Hi Rhythm band in action on this song written by Al Green with Teenie Hodges. https://www.popmatters.com/greenal-reissues-2495915635.html",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}