Information about plays

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

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

{
    "id": 3638659,
    "uri": "https://api.kexp.org/v2/plays/3638659/?format=api",
    "airdate": "2026-04-06T14:54:03-07:00",
    "show": 66384,
    "show_uri": "https://api.kexp.org/v2/shows/66384/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Order for Order",
    "track_id": "e68564b7-e736-35bc-a257-c21c633cb5a7",
    "recording_id": "2a71346d-4bf5-4231-ac2c-c68e8857e5f5",
    "artist": "Colin Newman",
    "artist_ids": [
        "7178b24a-4ec0-48bb-b740-deef07deafd8"
    ],
    "album": "A-Z",
    "release_id": "5cab4cb5-4b85-3454-ad0d-15009c13ddad",
    "release_group_id": "8c30a0de-89f6-3e1f-9013-43c2e764e51f",
    "labels": [
        "Restless Retro"
    ],
    "label_ids": [
        "21305aba-6112-452a-8f3d-ee0554a24046"
    ],
    "release_date": "1988-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to JD22!\n\nColin Newman is best known as the vocalist and songwriter for Wire. His debut solo album, \"A-Z' was called \" Wire’s best album it never recorded\".: https://archive.beggars.com/newman-colin-a-z/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}