Information about plays

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

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

{
    "id": 3568873,
    "uri": "https://api.kexp.org/v2/plays/3568873/?format=api",
    "airdate": "2025-10-23T09:13:36-07:00",
    "show": 64910,
    "show_uri": "https://api.kexp.org/v2/shows/64910/?format=api",
    "image_uri": "https://ia601007.us.archive.org/5/items/mbid-c7b319dc-5fe8-4048-8de1-33ebe2bb3cc7/mbid-c7b319dc-5fe8-4048-8de1-33ebe2bb3cc7-42808544125_thumb500.jpg",
    "thumbnail_uri": "https://dn721505.ca.archive.org/0/items/mbid-c7b319dc-5fe8-4048-8de1-33ebe2bb3cc7/mbid-c7b319dc-5fe8-4048-8de1-33ebe2bb3cc7-42808544125_thumb250.jpg",
    "song": "I Make My Own Dust",
    "track_id": "90e7b220-54a3-4e61-9621-d33e0fb87bb1",
    "recording_id": "80c7dac9-04d6-476c-815a-82225bdb7b96",
    "artist": "bar italia",
    "artist_ids": [
        "fc6fe95d-ab24-44fd-a086-f33a505ad518"
    ],
    "album": "Some Like It Hot",
    "release_id": "c7b319dc-5fe8-4048-8de1-33ebe2bb3cc7",
    "release_group_id": "3ccb9823-64c8-48b9-a498-b8553aef0ad2",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-10-17",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The name of the album is inspired by the 1959 film starring Marilyn Monroe, Tony Curtis and Jack Lemmon about a group of rogue musicians on the adventure path.\n\nCheck it out here: https://baritalia.bandcamp.com/album/some-like-it-hot",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}