Information about plays

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

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

{
    "id": 3628505,
    "uri": "https://api.kexp.org/v2/plays/3628505/?format=api",
    "airdate": "2026-03-13T20:09:10-07:00",
    "show": 66172,
    "show_uri": "https://api.kexp.org/v2/shows/66172/?format=api",
    "image_uri": "https://coverartarchive.org/release/4c0ae35a-ce5f-418b-8f04-3ed4fc8dcc85/27773702840-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4c0ae35a-ce5f-418b-8f04-3ed4fc8dcc85/27773702840-250.jpg",
    "song": "Doudou",
    "track_id": null,
    "recording_id": "8d6eace3-738c-4aaf-89bf-1baf4f679075",
    "artist": "Aya Nakamura",
    "artist_ids": [
        "cf580d82-3f3e-4b86-8874-7e0fbe794f01"
    ],
    "album": "AYA",
    "release_id": null,
    "release_group_id": "bcee64ed-0c2a-4139-bf89-8d8a63fb6a35",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-11-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Aya Nakamura is a French artist of Malian origins. Doudou is a single from her album AYA, which claimed the spot of 3rd most streamed album on Spotify within a week of its release.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}