Information about plays

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

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

{
    "id": 3595546,
    "uri": "https://api.kexp.org/v2/plays/3595546/?format=api",
    "airdate": "2025-12-24T22:12:10-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Presente de natal",
    "track_id": null,
    "recording_id": "2cdefd5a-cd2f-4f4b-8666-044ae23a15e5",
    "artist": "João Gilberto",
    "artist_ids": [
        "286ec4c2-b5ca-4f85-b331-280a6d73dd14"
    ],
    "album": "O Mito",
    "release_id": null,
    "release_group_id": "42ede70e-f8ea-42f0-8c56-e057130d8358",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}