Information about plays

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

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

{
    "id": 3628646,
    "uri": "https://api.kexp.org/v2/plays/3628646/?format=api",
    "airdate": "2026-03-14T04:36:21-07:00",
    "show": 66175,
    "show_uri": "https://api.kexp.org/v2/shows/66175/?format=api",
    "image_uri": "https://ia601305.us.archive.org/1/items/mbid-9475c449-0947-3957-ae23-c4d2226a80bc/mbid-9475c449-0947-3957-ae23-c4d2226a80bc-38005459004_thumb500.jpg",
    "thumbnail_uri": "https://ia801305.us.archive.org/1/items/mbid-9475c449-0947-3957-ae23-c4d2226a80bc/mbid-9475c449-0947-3957-ae23-c4d2226a80bc-38005459004_thumb250.jpg",
    "song": "Born a Woman",
    "track_id": "d014d5fe-0fb4-391e-9e16-efaaceeaa8ba",
    "recording_id": "4367de88-3880-46e5-88ec-b70b39dba827",
    "artist": "Nick Lowe",
    "artist_ids": [
        "a3d5a6bf-c86d-44d3-969b-f345620009c6"
    ],
    "album": "Jesus of Cool",
    "release_id": "9475c449-0947-3957-ae23-c4d2226a80bc",
    "release_group_id": "6db13ca9-11d0-300e-80da-f37b70a5ab46",
    "labels": [
        "Yep Roc Records"
    ],
    "label_ids": [
        "1edc2ff4-e80d-4539-8c6a-749474f7db3a"
    ],
    "release_date": "2008-02-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}