Information about plays

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

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

{
    "id": 3548345,
    "uri": "https://api.kexp.org/v2/plays/3548345/?format=api",
    "airdate": "2025-09-03T08:30:38-07:00",
    "show": 64462,
    "show_uri": "https://api.kexp.org/v2/shows/64462/?format=api",
    "image_uri": "https://ia801904.us.archive.org/9/items/mbid-42716f0f-1431-41f4-905c-d576a644dc5d/mbid-42716f0f-1431-41f4-905c-d576a644dc5d-3778846833_thumb500.jpg",
    "thumbnail_uri": "https://ia801904.us.archive.org/9/items/mbid-42716f0f-1431-41f4-905c-d576a644dc5d/mbid-42716f0f-1431-41f4-905c-d576a644dc5d-3778846833_thumb250.jpg",
    "song": "Say Hello to the Angels",
    "track_id": "dbea0605-b88f-3b42-b17e-388b095348e5",
    "recording_id": "52a52b2c-59e2-464c-a499-c885f6a58cdf",
    "artist": "Interpol",
    "artist_ids": [
        "b23e8a63-8f47-4882-b55b-df2c92ef400e"
    ],
    "album": "Turn On the Bright Lights",
    "release_id": "42716f0f-1431-41f4-905c-d576a644dc5d",
    "release_group_id": "e7227840-5ef2-3813-af26-15dab34e1a51",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2002-08-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Interpol formed in NY in the late 90's. They got their start playing at Luna Lounge along with bands like the Strokes, Longwave, the National and Stellastarr and became a staple of the NY indie scene. Interpol frontman Paul Banks performed live for KEXP in 2012. Watch his full performance here: https://youtu.be/US8fLLSJ6fk\n\nhttps://www.interpolnyc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}