Information about plays

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

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

{
    "id": 3628384,
    "uri": "https://api.kexp.org/v2/plays/3628384/?format=api",
    "airdate": "2026-03-13T10:26:41-07:00",
    "show": 66169,
    "show_uri": "https://api.kexp.org/v2/shows/66169/?format=api",
    "image_uri": "https://ia800304.us.archive.org/20/items/mbid-b3d9d402-9f2d-416b-8b03-9e2324fb5690/mbid-b3d9d402-9f2d-416b-8b03-9e2324fb5690-5132243965_thumb500.jpg",
    "thumbnail_uri": "https://dn711002.ca.archive.org/0/items/mbid-b3d9d402-9f2d-416b-8b03-9e2324fb5690/mbid-b3d9d402-9f2d-416b-8b03-9e2324fb5690-5132243965_thumb250.jpg",
    "song": "Only Happy When It Rains",
    "track_id": "2b564da4-63c4-37c4-b423-64d79dfed41b",
    "recording_id": "cabac888-26ae-4cf4-9c5b-7b45a3de47f1",
    "artist": "Garbage",
    "artist_ids": [
        "f9ef7a22-4262-4596-a2a8-1d19345b8e50"
    ],
    "album": "Garbage",
    "release_id": "b3d9d402-9f2d-416b-8b03-9e2324fb5690",
    "release_group_id": "dcad245f-9d95-3751-9e69-d50ca399b46a",
    "labels": [
        "Almo Sounds"
    ],
    "label_ids": [
        "12ad1045-26f3-46de-b7f1-63cc22a31e64"
    ],
    "release_date": "1995-08-15",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "We're only happy when it rains in Seattle... And also, we're hoping YOU'RE only happy when KEXP is still on the air! Donate now!\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}