Information about plays

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

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

{
    "id": 3552388,
    "uri": "https://api.kexp.org/v2/plays/3552388/?format=api",
    "airdate": "2025-09-13T05:46:58-07:00",
    "show": 64547,
    "show_uri": "https://api.kexp.org/v2/shows/64547/?format=api",
    "image_uri": "https://dn721907.ca.archive.org/0/items/mbid-05c636d7-6836-4a5d-af6e-52dbde205185/mbid-05c636d7-6836-4a5d-af6e-52dbde205185-36790121565_thumb500.jpg",
    "thumbnail_uri": "https://dn721907.ca.archive.org/0/items/mbid-05c636d7-6836-4a5d-af6e-52dbde205185/mbid-05c636d7-6836-4a5d-af6e-52dbde205185-36790121565_thumb250.jpg",
    "song": "Get Weird!",
    "track_id": "c85b0934-dbc8-44fc-9986-b94169decdee",
    "recording_id": "88d36e21-7e52-4afe-bcf5-c78d319584a8",
    "artist": "Teenage Sequence",
    "artist_ids": [
        "6d97cf63-1138-4c14-ad68-d36e496e7931"
    ],
    "album": "Teenage Sequence",
    "release_id": "05c636d7-6836-4a5d-af6e-52dbde205185",
    "release_group_id": "bd959efa-03e6-4153-a7b6-5e27b04e9d38",
    "labels": [
        "Get Better Records"
    ],
    "label_ids": [
        "077690db-d532-4c59-ad6d-fa299dde75ba"
    ],
    "release_date": "2023-09-22",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}