Information about plays

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

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

{
    "id": 3543298,
    "uri": "https://api.kexp.org/v2/plays/3543298/?format=api",
    "airdate": "2025-08-22T13:42:24-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://ia801007.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": "Fundraiser",
    "track_id": "4458932d-1ffb-47ba-9751-77f76f41c7e7",
    "recording_id": "9d02a002-5013-4d29-9f33-296f5f0e4b93",
    "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 latest single from London's  Bar Italia, released on their upcoming album \"Some Like it Hot\" on Matador. \n\nhttps://www.youtube.com/watch?v=BO9Ed_rU-eY\n\nhttps://baritalia.bandcamp.com/album/some-like-it-hot",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}