Information about plays

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

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

{
    "id": 3565135,
    "uri": "https://api.kexp.org/v2/plays/3565135/?format=api",
    "airdate": "2025-10-14T21:18:08-07:00",
    "show": 64836,
    "show_uri": "https://api.kexp.org/v2/shows/64836/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BIZCOCHITO",
    "track_id": null,
    "recording_id": "0af7d890-a747-4c82-a07a-46e320f1328e",
    "artist": "ROSALÍA",
    "artist_ids": [
        "25f3abd9-63b5-471a-bd25-feb9672dfa11"
    ],
    "album": "Find Your Line: Official Music from GRAN TURISMO 7",
    "release_id": null,
    "release_group_id": "c9143e8e-e36d-48f6-8fd7-438deb56a810",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "2022-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Rosalia spreads a modern take on Flamenco from her use of Catalan, bolero feel, and collaborations with Gitano musicians, but uses synths and modern drum beats in her club-like, contemporary sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}