Information about plays

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

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

{
    "id": 3637245,
    "uri": "https://api.kexp.org/v2/plays/3637245/?format=api",
    "airdate": "2026-04-03T11:19:05-07:00",
    "show": 66353,
    "show_uri": "https://api.kexp.org/v2/shows/66353/?format=api",
    "image_uri": "https://dn711202.ca.archive.org/0/items/mbid-53cbebaf-93f0-4d6a-9ead-04b6620acaa6/mbid-53cbebaf-93f0-4d6a-9ead-04b6620acaa6-10289485137_thumb500.jpg",
    "thumbnail_uri": "https://dn711202.ca.archive.org/0/items/mbid-53cbebaf-93f0-4d6a-9ead-04b6620acaa6/mbid-53cbebaf-93f0-4d6a-9ead-04b6620acaa6-10289485137_thumb250.jpg",
    "song": "She Lit A Fire",
    "track_id": "854b3112-8ae6-3ea3-8d3f-561233326215",
    "recording_id": "a9f4884b-a451-4b36-bc2d-7660c3e985c4",
    "artist": "Lord Huron",
    "artist_ids": [
        "51c76d97-0635-433c-b26d-66beb81657f8"
    ],
    "album": "Lonesome Dreams",
    "release_id": "53cbebaf-93f0-4d6a-9ead-04b6620acaa6",
    "release_group_id": "56174f36-62c3-4c68-87d3-0052a09a7132",
    "labels": [
        "IAMSOUND Records"
    ],
    "label_ids": [
        "ead543a9-5a46-447f-9165-579143dd902a"
    ],
    "release_date": "2012-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "You can catch Lord Huron playing at Bend, OR's Hayden Homes Amphitheater on June 4th! \nhttps://www.lordhuron.com/tour/#/\n\nHis most recent release is The Cosmic Selector Vol. 1, from 2025. \"She Lit A Fire\" comes from the 2012 album, Lonesome Dreams.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}