Information about plays

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

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

{
    "id": 3621181,
    "uri": "https://api.kexp.org/v2/plays/3621181/?format=api",
    "airdate": "2026-02-23T07:27:27-08:00",
    "show": 66010,
    "show_uri": "https://api.kexp.org/v2/shows/66010/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Rock n Roll Girl",
    "track_id": "85b607a9-b62c-3d08-b43d-891574f52f57",
    "recording_id": "6492dc57-4619-47f7-9884-5b1487274f7c",
    "artist": "Paul Collins Beat",
    "artist_ids": [
        "83d32236-de45-4351-a664-6f22754eab9a"
    ],
    "album": "Poptopia! Power Pop Classics of the ’70s",
    "release_id": "e38380d9-53d0-463e-ae40-5d411a81627d",
    "release_group_id": "30c3fe20-331a-3e54-824f-1c412532ea52",
    "labels": [
        "Rhino"
    ],
    "label_ids": [
        "c4f2cf49-b57c-4cc1-8061-f54400704ac4"
    ],
    "release_date": "1997-05-27",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hear a live version here: https://paulcollinsbeat.bandcamp.com/track/rock-n-roll-girl",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}