Information about plays

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

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

{
    "id": 3561589,
    "uri": "https://api.kexp.org/v2/plays/3561589/?format=api",
    "airdate": "2025-10-05T09:51:38-07:00",
    "show": 64753,
    "show_uri": "https://api.kexp.org/v2/shows/64753/?format=api",
    "image_uri": "https://coverartarchive.org/release/304c42df-19f7-445b-acf4-7d535fd40e1f/38188972891-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/304c42df-19f7-445b-acf4-7d535fd40e1f/38188972891-250.jpg",
    "song": "Put A Record On",
    "track_id": null,
    "recording_id": "738a8187-ea2b-49ab-844f-65b84c81ae0d",
    "artist": "Tramp",
    "artist_ids": [],
    "album": "Patterns on the Window (The British Progressive Pop Sounds of 1974)",
    "release_id": null,
    "release_group_id": "9bb18b2f-c133-4c1a-bc81-3e4346ced696",
    "labels": [
        "Grapefruit"
    ],
    "label_ids": [
        "b932ea21-d150-46eb-8481-f8db7af2a6f1"
    ],
    "release_date": "2024-02-16",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Featuring siblings Dave and Jo Ann Kelly and Mick Fleetwood before he was the namesake for Fleetwood Mac, this British blues band released two albums that only garnered attention after the musicians went on to do bigger things in other bands.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}