Information about plays

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

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

{
    "id": 3546540,
    "uri": "https://api.kexp.org/v2/plays/3546540/?format=api",
    "airdate": "2025-08-30T02:34:15-07:00",
    "show": 64423,
    "show_uri": "https://api.kexp.org/v2/shows/64423/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kids of Japan",
    "track_id": null,
    "recording_id": null,
    "artist": "The Berlangas",
    "artist_ids": [
        "bc090293-2b39-469e-85d3-9c1bf34bb818"
    ],
    "album": "Congelado Corazón - Remastered",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Contubernio Records"
    ],
    "label_ids": [
        "e8918d9f-8cb4-4782-8910-bb9af88ae64d"
    ],
    "release_date": "2019-04-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://berlangas.bandcamp.com/album/congelado-coraz-n-remastered",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}