Information about plays

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

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

{
    "id": 3588903,
    "uri": "https://api.kexp.org/v2/plays/3588903/?format=api",
    "airdate": "2025-12-09T12:16:36-08:00",
    "show": 65331,
    "show_uri": "https://api.kexp.org/v2/shows/65331/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Is the Reason for It?",
    "track_id": "5b2c3ea3-50f8-4a8d-8b0e-10b23e708711",
    "recording_id": "c9fe3302-8a9a-49f7-b9f7-18bf58c0447e",
    "artist": "David Byrne",
    "artist_ids": [
        "d4659efb-b8eb-4f03-95e9-f69ce35967a9"
    ],
    "album": "Who Is The Sky?",
    "release_id": "16c0929d-3375-48fc-82a3-b081eb899bf9",
    "release_group_id": "153dc33e-59bc-4990-9c9d-d4c3861f541e",
    "labels": [
        "Matador"
    ],
    "label_ids": [
        "229bd4be-8cd7-442c-85b0-5007ea353abc"
    ],
    "release_date": "2025-09-05",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "David Byrne is joined by Paramore's Hayley Williams on this song. \n--\nWatch the video, featuring Byrne’s line drawings animated by artist Dustin Yellin: https://www.youtube.com/watch?v=6Hq4yFSMZbQ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}