Information about plays

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

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

{
    "id": 3630322,
    "uri": "https://api.kexp.org/v2/plays/3630322/?format=api",
    "airdate": "2026-03-17T20:30:56-07:00",
    "show": 66209,
    "show_uri": "https://api.kexp.org/v2/shows/66209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "World Of Colors (-)",
    "track_id": null,
    "recording_id": null,
    "artist": "Vijay & Sofia Zlatko, Notte",
    "artist_ids": [
        "b2127b29-2a3a-4a19-9ca6-2c0a0b6962b5",
        "61f69cea-9577-42d8-a2dc-5d36686fd0e1"
    ],
    "album": "World Of Colors",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Ego"
    ],
    "label_ids": [],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "As a couple in life and behind the decks, it's only after a wild summer in Ibiza that came the idea of Vijay & Sofia.The meaning of this duo take his roots back in the past, growing up with music in Belgium.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}