Information about plays

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

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

{
    "id": 3569490,
    "uri": "https://api.kexp.org/v2/plays/3569490/?format=api",
    "airdate": "2025-10-24T19:35:53-07:00",
    "show": 64923,
    "show_uri": "https://api.kexp.org/v2/shows/64923/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Doudou",
    "track_id": null,
    "recording_id": "8d6eace3-738c-4aaf-89bf-1baf4f679075",
    "artist": "Aya Nakamura",
    "artist_ids": [
        "cf580d82-3f3e-4b86-8874-7e0fbe794f01"
    ],
    "album": "Doudou",
    "release_id": null,
    "release_group_id": "09d7d53d-10af-4eec-b18f-d5b1a54b07a3",
    "labels": [],
    "label_ids": [],
    "release_date": "2020-10-09",
    "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"
}