Information about plays

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

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

{
    "id": 3521155,
    "uri": "https://api.kexp.org/v2/plays/3521155/?format=api",
    "airdate": "2025-07-01T10:21:57-07:00",
    "show": 63891,
    "show_uri": "https://api.kexp.org/v2/shows/63891/?format=api",
    "image_uri": "https://ia600509.us.archive.org/3/items/mbid-b5d991bf-d633-4693-bf5c-7c0bbc2bba57/mbid-b5d991bf-d633-4693-bf5c-7c0bbc2bba57-6151315022_thumb500.jpg",
    "thumbnail_uri": "https://ia800509.us.archive.org/3/items/mbid-b5d991bf-d633-4693-bf5c-7c0bbc2bba57/mbid-b5d991bf-d633-4693-bf5c-7c0bbc2bba57-6151315022_thumb250.jpg",
    "song": "Kid on My Shoulders",
    "track_id": "9d3ca3b3-b560-3f68-8f98-27ab6566bbb3",
    "recording_id": "27154eab-11b0-4847-8011-7cfa066ce091",
    "artist": "White Rabbits",
    "artist_ids": [
        "d794450f-e4a8-43f6-9883-12bb67874119"
    ],
    "album": "Fort Nightly",
    "release_id": "b5d991bf-d633-4693-bf5c-7c0bbc2bba57",
    "release_group_id": "4d0694ef-8843-3211-952d-20efca350680",
    "labels": [
        "Say Hey Records"
    ],
    "label_ids": [
        "779e4a61-56bc-4c64-8787-19b9e196c3b0"
    ],
    "release_date": "2007-05-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Brooklyn band White Rabbits actually began in Columbia, Missouri. They are: Stephen Patterson (vocals/piano/guitar), Alex Even (guitar), Gregory Roberts (guitar/vocals), Jamie Levinson (drums) & Matthew Clark (drums).\nLearn more about them here: https://first-avenue.com/performer/white-rabbits/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}