Information about plays

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

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

{
    "id": 3629487,
    "uri": "https://api.kexp.org/v2/plays/3629487/?format=api",
    "airdate": "2026-03-15T21:56:36-07:00",
    "show": 66192,
    "show_uri": "https://api.kexp.org/v2/shows/66192/?format=api",
    "image_uri": "https://coverartarchive.org/release/bbb3c913-aa6d-48de-8e51-69353bf4a18e/21894397595-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/bbb3c913-aa6d-48de-8e51-69353bf4a18e/21894397595-250.jpg",
    "song": "We Belong Together",
    "track_id": null,
    "recording_id": "27777f27-4d08-41f3-aad0-ce43a5af9be1",
    "artist": "SAINT PEPSI",
    "artist_ids": [
        "f4b0e002-e40d-4ade-b3b0-61b9226f4d18"
    ],
    "album": "Local Singles",
    "release_id": null,
    "release_group_id": "b9d4f145-34dc-4e5f-a08a-d21aa2e11aa6",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2013-12-28",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://saintpepsi.bandcamp.com/album/gin-city-local-singles",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}