Information about plays

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

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

{
    "id": 3592199,
    "uri": "https://api.kexp.org/v2/plays/3592199/?format=api",
    "airdate": "2025-12-17T08:12:43-08:00",
    "show": 65401,
    "show_uri": "https://api.kexp.org/v2/shows/65401/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Chauffeur",
    "track_id": null,
    "recording_id": "73c303e8-aa6c-448b-b6df-3dcbfb6d761b",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Rio",
    "release_id": null,
    "release_group_id": "3c638420-8208-3c01-b723-f061b10e3f3a",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1982-05-21",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "It is a dark Gothmiss, indeed, when John Richards forgets to do his D-squared journal. The clouds weep.\n\nDid you know that Simon Le Bon’s lyrics for “The Chauffeur” helped him get the gig as lead singer for Duran Duran? He brought the lyrics, plus lots of other poetry, to audition for the job.\n\nCheck out the official music video for 'The Chauffeur,' directed by Ian Emes here: https://www.youtube.com/watch?v=1B__8N5d_LA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}