Information about plays

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

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

{
    "id": 3629030,
    "uri": "https://api.kexp.org/v2/plays/3629030/?format=api",
    "airdate": "2026-03-14T23:24:47-07:00",
    "show": 66183,
    "show_uri": "https://api.kexp.org/v2/shows/66183/?format=api",
    "image_uri": "https://dn710809.ca.archive.org/0/items/mbid-746947b9-027d-4dde-85e7-1198d6cd8ec6/mbid-746947b9-027d-4dde-85e7-1198d6cd8ec6-11249385589_thumb500.jpg",
    "thumbnail_uri": "https://dn710809.ca.archive.org/0/items/mbid-746947b9-027d-4dde-85e7-1198d6cd8ec6/mbid-746947b9-027d-4dde-85e7-1198d6cd8ec6-11249385589_thumb250.jpg",
    "song": "Something I Said",
    "track_id": "d9057936-7925-32e6-a275-f4830c6d2eeb",
    "recording_id": "e8abd50b-6c02-4fdb-b7eb-f02d7208e6c0",
    "artist": "The Ruts",
    "artist_ids": [
        "a2f938aa-1aa3-474b-a070-762067274eab"
    ],
    "album": "The Crack / Grin and Bear It",
    "release_id": "746947b9-027d-4dde-85e7-1198d6cd8ec6",
    "release_group_id": "46f71ef8-4665-41f9-b047-160665c73fd8",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2003-05-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Henry Rollins has identified The Ruts as an influential band he explored in his youth. In 2024, he called The Crack an album \"without peer\" and \"one of the most important records of his life.\" \n\nhttps://rutsdc.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}