Information about plays

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

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

{
    "id": 3560777,
    "uri": "https://api.kexp.org/v2/plays/3560777/?format=api",
    "airdate": "2025-10-03T07:42:15-07:00",
    "show": 64732,
    "show_uri": "https://api.kexp.org/v2/shows/64732/?format=api",
    "image_uri": "https://coverartarchive.org/release/cc94b244-c5d7-4c9f-823d-38b7cb74e048/15908224527-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cc94b244-c5d7-4c9f-823d-38b7cb74e048/15908224527-250.jpg",
    "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": "Rose requested this one!\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"
}