Information about plays

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

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

{
    "id": 3627416,
    "uri": "https://api.kexp.org/v2/plays/3627416/?format=api",
    "airdate": "2026-03-10T12:07:57-07:00",
    "show": 66144,
    "show_uri": "https://api.kexp.org/v2/shows/66144/?format=api",
    "image_uri": "https://ia600303.us.archive.org/19/items/mbid-7bc0246b-358c-46ed-acd6-e08e0b26dc4a/mbid-7bc0246b-358c-46ed-acd6-e08e0b26dc4a-21282499463_thumb500.jpg",
    "thumbnail_uri": "https://dn711003.ca.archive.org/0/items/mbid-7bc0246b-358c-46ed-acd6-e08e0b26dc4a/mbid-7bc0246b-358c-46ed-acd6-e08e0b26dc4a-21282499463_thumb250.jpg",
    "song": "867‒5309/Jenny",
    "track_id": "87f8aa99-00db-3304-bc57-d31e330202fd",
    "recording_id": "0f0f6355-a11a-4c29-bfd7-793ed4bff600",
    "artist": "Tommy Tutone",
    "artist_ids": [
        "80038a3c-d174-4cd8-85d6-bd2599d078c5"
    ],
    "album": "Just Can’t Get Enough: New Wave Hits of the ’80s, Volume 5",
    "release_id": "7bc0246b-358c-46ed-acd6-e08e0b26dc4a",
    "release_group_id": "a85f8c9f-14f9-3da9-a609-220866d8a3e1",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1994-06-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "867-5309\n---\nDid you know that Bruce Springsteen sampled the hook from  this song for his 2007 song, \"Radio Nowhere.\"?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}