Information about plays

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

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

{
    "id": 3628422,
    "uri": "https://api.kexp.org/v2/plays/3628422/?format=api",
    "airdate": "2026-03-13T13:18:34-07:00",
    "show": 66170,
    "show_uri": "https://api.kexp.org/v2/shows/66170/?format=api",
    "image_uri": "https://coverartarchive.org/release/d4929283-d842-499a-ba69-af4feeb5a517/23179682789-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d4929283-d842-499a-ba69-af4feeb5a517/23179682789-250.jpg",
    "song": "Alright",
    "track_id": null,
    "recording_id": "a531ff88-1c3c-44d2-8ba8-c649e5efe612",
    "artist": "Supergrass",
    "artist_ids": [
        "6386ddff-0d13-4685-9f0a-a82bf022fb1c"
    ],
    "album": "I Should Coco",
    "release_id": null,
    "release_group_id": "6e796029-272d-3fe2-8ad0-d8a10ef80a66",
    "labels": [
        "Parlophone"
    ],
    "label_ids": [
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9"
    ],
    "release_date": "1995-05-15",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Consisting of guitarist/vocalist Gaz Coombes, bassist Mickey Quinn, and drummer Danny Goffey, Oxford band Supergrass released their first single, the semi-autobiographical \"Caught by the Fuzz,\" in the summer of 1994.  Learn more about this giddy Brit-pop band:  https://www.allmusic.com/artist/supergrass-mn0000031556#biography",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}