Information about plays

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

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

{
    "id": 3638029,
    "uri": "https://api.kexp.org/v2/plays/3638029/?format=api",
    "airdate": "2026-04-05T03:10:28-07:00",
    "show": 66371,
    "show_uri": "https://api.kexp.org/v2/shows/66371/?format=api",
    "image_uri": "https://dn711204.ca.archive.org/0/items/mbid-f0804862-12d4-45e4-8937-91cd70b309ec/mbid-f0804862-12d4-45e4-8937-91cd70b309ec-20801768300_thumb500.jpg",
    "thumbnail_uri": "https://ia902802.us.archive.org/0/items/mbid-f0804862-12d4-45e4-8937-91cd70b309ec/mbid-f0804862-12d4-45e4-8937-91cd70b309ec-20801768300_thumb250.jpg",
    "song": "Long Cool Woman (in a Black Dress)",
    "track_id": "fe0e79ba-7e98-329f-8bfe-87be39c7bb25",
    "recording_id": "dd2848f4-4000-41f6-bc70-4109709ff697",
    "artist": "The Hollies",
    "artist_ids": [
        "d4305549-6b4e-4a57-b24d-8af0743fe191"
    ],
    "album": "Amores Perros",
    "release_id": "f0804862-12d4-45e4-8937-91cd70b309ec",
    "release_group_id": "06f73e38-764d-3a1b-9deb-70e00c267501",
    "labels": [
        "Polydor"
    ],
    "label_ids": [
        "ce24ab18-1bd6-4293-a486-546d13d6a5e2"
    ],
    "release_date": "2000-11-21",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Happy birthday to Allan Clarke of The Hollies!\nOriginally released on their album \"Distant Light\" from 1971.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}