Information about plays

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

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

{
    "id": 3549674,
    "uri": "https://api.kexp.org/v2/plays/3549674/?format=api",
    "airdate": "2025-09-06T16:42:48-07:00",
    "show": 64493,
    "show_uri": "https://api.kexp.org/v2/shows/64493/?format=api",
    "image_uri": "https://ia801308.us.archive.org/19/items/mbid-75303889-52ea-41a3-a162-5fb36a36dd22/mbid-75303889-52ea-41a3-a162-5fb36a36dd22-9491043998_thumb500.jpg",
    "thumbnail_uri": "https://ia601308.us.archive.org/19/items/mbid-75303889-52ea-41a3-a162-5fb36a36dd22/mbid-75303889-52ea-41a3-a162-5fb36a36dd22-9491043998_thumb250.jpg",
    "song": "Running Back to You",
    "track_id": "e7e8a9d4-56d9-442c-af55-7c78214346f5",
    "recording_id": "e44c7429-0eec-4839-a572-c507ca96dcb7",
    "artist": "The Juan MacLean",
    "artist_ids": [
        "f8f1220b-1661-42c3-beea-d59e8e00b993"
    ],
    "album": "In a Dream",
    "release_id": "4db1f4d9-8b3a-469d-8554-d8b7a35ba57d",
    "release_group_id": "d403a98c-2c96-4e7a-9b01-b2261b2f78c6",
    "labels": [
        "DFA Records"
    ],
    "label_ids": [
        "32d02635-98fc-4405-94e1-e5b06f9d2025"
    ],
    "release_date": "2014-09-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track is from The Juan Maclean's third album. According to DFA records, this LP is further evidence of the \"undeniable creative chemistry between house music wizard Juan Maclean & vocalist / former LCD Soundsystem member Nancy Whang\".\n\nhttp://www.thejuanmaclean.com/\nhttps://thejuanmaclean.bandcamp.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}