Information about plays

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

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

{
    "id": 3638125,
    "uri": "https://api.kexp.org/v2/plays/3638125/?format=api",
    "airdate": "2026-04-05T09:44:14-07:00",
    "show": 66373,
    "show_uri": "https://api.kexp.org/v2/shows/66373/?format=api",
    "image_uri": "https://dn710101.ca.archive.org/0/items/mbid-65f477a8-61c5-48c8-943b-2d587f302c2c/mbid-65f477a8-61c5-48c8-943b-2d587f302c2c-40459856596_thumb500.jpg",
    "thumbnail_uri": "https://dn710101.ca.archive.org/0/items/mbid-65f477a8-61c5-48c8-943b-2d587f302c2c/mbid-65f477a8-61c5-48c8-943b-2d587f302c2c-40459856596_thumb250.jpg",
    "song": "Come and Change My Body",
    "track_id": "1d87a4b0-2bc6-4ea6-938c-0f30fb674198",
    "recording_id": "620973c1-6747-4b92-818e-a1937ba1e094",
    "artist": "Greg Freeman",
    "artist_ids": [
        "d0abfd67-483b-4a2a-bf31-b525036d9401"
    ],
    "album": "I Looked Out",
    "release_id": "65f477a8-61c5-48c8-943b-2d587f302c2c",
    "release_group_id": "7d694482-d2a9-46ce-8731-c667b06f3a2a",
    "labels": [
        "Transgressive Records"
    ],
    "label_ids": [
        "0682fcd0-7372-4e2d-8503-710abd12883e"
    ],
    "release_date": "2022-10-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}