Information about plays

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

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

{
    "id": 3553406,
    "uri": "https://api.kexp.org/v2/plays/3553406/?format=api",
    "airdate": "2025-09-15T15:11:39-07:00",
    "show": 64571,
    "show_uri": "https://api.kexp.org/v2/shows/64571/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sábado e domingo",
    "track_id": null,
    "recording_id": "9f9ff137-d07b-4a8d-8572-e517fb9a9fe9",
    "artist": "Hyldon",
    "artist_ids": [
        "88565ca6-ba92-4c71-898e-ef8ed80266d9"
    ],
    "album": "Velhos camaradas",
    "release_id": null,
    "release_group_id": "66e5ea92-bf3b-3a5f-a69e-8dc7422c42d8",
    "labels": [
        "Universal Music Ltda."
    ],
    "label_ids": [
        "5f92caa2-4ada-4cee-9f55-0e53cc183088"
    ],
    "release_date": "1998-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hyldon is considered, along with fellow artists Tim Maia and Cassiano, to be one of the pioneers and core figures of Brazilian soul music in the 1970s",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}