Information about plays

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

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

{
    "id": 3621581,
    "uri": "https://api.kexp.org/v2/plays/3621581/?format=api",
    "airdate": "2026-02-24T04:44:37-08:00",
    "show": 66016,
    "show_uri": "https://api.kexp.org/v2/shows/66016/?format=api",
    "image_uri": "https://coverartarchive.org/release/82203290-65b2-4825-8b8d-725dfe2c6118/13579501882-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/82203290-65b2-4825-8b8d-725dfe2c6118/13579501882-250.jpg",
    "song": "Rose Quartz (instrumental)",
    "track_id": null,
    "recording_id": "73b6d296-57a8-4cf4-87b5-536a8c8d8036",
    "artist": "Toro y Moi",
    "artist_ids": [
        "3a6d6481-142d-423f-91d4-55bbfff318ed"
    ],
    "album": "Anything in Return",
    "release_id": null,
    "release_group_id": "5d4dfd95-8466-465a-97b3-4a44521a4c32",
    "labels": [
        "Company Records"
    ],
    "label_ids": [
        "98b3cc0e-0467-4874-8bdc-e505e662151c"
    ],
    "release_date": "2013-01-22",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch a full in-studio performance by Toro y Moi at KEXP in 2015: https://www.youtube.com/watch?v=J6_eAZDbshY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}