Information about plays

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

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

{
    "id": 3573949,
    "uri": "https://api.kexp.org/v2/plays/3573949/?format=api",
    "airdate": "2025-11-04T15:00:29-08:00",
    "show": 65022,
    "show_uri": "https://api.kexp.org/v2/shows/65022/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Plastered",
    "track_id": "a067a2e7-da9d-4c42-b0e9-a49abbd70ae3",
    "recording_id": "121997d6-5a0b-42bc-b27e-4a362642ee7d",
    "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": "Listen to more from 'Some Like It Hot' here, enjoy:\nhttps://baritalia.bandcamp.com/album/some-like-it-hot",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}