Information about plays

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

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

{
    "id": 3570534,
    "uri": "https://api.kexp.org/v2/plays/3570534/?format=api",
    "airdate": "2025-10-27T07:32:50-07:00",
    "show": 64948,
    "show_uri": "https://api.kexp.org/v2/shows/64948/?format=api",
    "image_uri": "https://ia800306.us.archive.org/13/items/mbid-5f81ffe8-fd6c-409e-9441-6a978270d9fd/mbid-5f81ffe8-fd6c-409e-9441-6a978270d9fd-13521174881_thumb500.jpg",
    "thumbnail_uri": "https://ia600306.us.archive.org/13/items/mbid-5f81ffe8-fd6c-409e-9441-6a978270d9fd/mbid-5f81ffe8-fd6c-409e-9441-6a978270d9fd-13521174881_thumb250.jpg",
    "song": "Burn the Witch",
    "track_id": "a1e540e1-56ce-4a4f-bb59-3b2735830125",
    "recording_id": "7b9154fd-7cca-4089-83a9-80fab753decc",
    "artist": "Radiohead",
    "artist_ids": [
        "a74b1b7f-71a5-4011-9441-d0b5e4122711"
    ],
    "album": "A Moon Shaped Pool",
    "release_id": "5f81ffe8-fd6c-409e-9441-6a978270d9fd",
    "release_group_id": "bbce0087-d386-4246-a51d-dbcdfdbe8fb2",
    "labels": [
        "XL Recordings"
    ],
    "label_ids": [
        "14221f01-8939-4ea0-b8f1-b5a21beae80a"
    ],
    "release_date": "2016-05-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}