Information about plays

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

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

{
    "id": 3552170,
    "uri": "https://api.kexp.org/v2/plays/3552170/?format=api",
    "airdate": "2025-09-12T17:01:29-07:00",
    "show": 64543,
    "show_uri": "https://api.kexp.org/v2/shows/64543/?format=api",
    "image_uri": "https://ia803409.us.archive.org/14/items/mbid-810731f4-77ce-4652-8c0f-74ba9f3a9c5a/mbid-810731f4-77ce-4652-8c0f-74ba9f3a9c5a-23154921329_thumb500.jpg",
    "thumbnail_uri": "https://ia803409.us.archive.org/14/items/mbid-810731f4-77ce-4652-8c0f-74ba9f3a9c5a/mbid-810731f4-77ce-4652-8c0f-74ba9f3a9c5a-23154921329_thumb250.jpg",
    "song": "Your Love",
    "track_id": "2e3a7ea0-4c13-4245-8026-844b7357c153",
    "recording_id": "aa9794e0-344e-4768-b754-949ed1451ad6",
    "artist": "Haerts",
    "artist_ids": [
        "a1e94252-6129-4747-ac5e-d9ffc5fd725e"
    ],
    "album": "New Compassion",
    "release_id": "810731f4-77ce-4652-8c0f-74ba9f3a9c5a",
    "release_group_id": "290f3678-dd7c-449a-ae4e-b404da75391d",
    "labels": [
        "Arts & Crafts"
    ],
    "label_ids": [
        "43f1132f-9796-4a96-b898-b71ea7ad9b9b"
    ],
    "release_date": "2018-10-05",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Haerts performed this song live on KEXP back in 2018, hosted by Evie! Watch the performance here: https://www.youtube.com/watch?v=S9PSgvgOyEY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}