Information about plays

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

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

{
    "id": 3551495,
    "uri": "https://api.kexp.org/v2/plays/3551495/?format=api",
    "airdate": "2025-09-11T01:08:50-07:00",
    "show": 64530,
    "show_uri": "https://api.kexp.org/v2/shows/64530/?format=api",
    "image_uri": "https://ia800309.us.archive.org/5/items/mbid-0f974e6f-d909-482c-bdbe-b62693f21345/mbid-0f974e6f-d909-482c-bdbe-b62693f21345-35317336159_thumb500.jpg",
    "thumbnail_uri": "https://ia600309.us.archive.org/5/items/mbid-0f974e6f-d909-482c-bdbe-b62693f21345/mbid-0f974e6f-d909-482c-bdbe-b62693f21345-35317336159_thumb250.jpg",
    "song": "Olive",
    "track_id": "05da3f5e-b0cb-3fa7-817e-beef34f61f70",
    "recording_id": "2617e5a5-cdc3-48a4-9cca-d32aa52ba5ee",
    "artist": "Ken Nordine",
    "artist_ids": [
        "02559a81-c2b5-46fd-a4d7-51d452fd3b3e"
    ],
    "album": "Colors",
    "release_id": "0f974e6f-d909-482c-bdbe-b62693f21345",
    "release_group_id": "c9094764-4fe5-3536-b031-4ec4162895f3",
    "labels": [
        "Asphodel"
    ],
    "label_ids": [
        "c1daac89-9b64-4d35-8a41-1f6cae8e0519"
    ],
    "release_date": "2000-05-09",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Colors is a \"word jazz\" album by voice-over and recording artist Ken Nordine.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}