Information about plays

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

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

{
    "id": 3542147,
    "uri": "https://api.kexp.org/v2/plays/3542147/?format=api",
    "airdate": "2025-08-19T17:37:47-07:00",
    "show": 64333,
    "show_uri": "https://api.kexp.org/v2/shows/64333/?format=api",
    "image_uri": "https://ia600605.us.archive.org/15/items/mbid-6cb2e885-1684-4d80-839b-db40818e0b46/mbid-6cb2e885-1684-4d80-839b-db40818e0b46-10131655771_thumb500.jpg",
    "thumbnail_uri": "https://ia800605.us.archive.org/15/items/mbid-6cb2e885-1684-4d80-839b-db40818e0b46/mbid-6cb2e885-1684-4d80-839b-db40818e0b46-10131655771_thumb250.jpg",
    "song": "The Chauffeur",
    "track_id": "8ed78cf0-0379-33e7-8382-343592ed6c49",
    "recording_id": "73c303e8-aa6c-448b-b6df-3dcbfb6d761b",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Rio",
    "release_id": "6cb2e885-1684-4d80-839b-db40818e0b46",
    "release_group_id": "3c638420-8208-3c01-b723-f061b10e3f3a",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "2009-10-06",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "For Nicolette!\n__\n\"The Chauffeur” Is the ninth and final track on Duran Duran's second studio album “Rio” \n http://www.duranduran.com/\n--\nDeftones have covered this song in \"The Duran Duran Tribute Album,\" a compilation featuring various artists covering Duran Duran songs.\n\n--\nCheck out the official music video for 'The Chauffeur,' directed by Ian Emes here:\nhttps://www.youtube.com/watch?v=1B__8N5d_LA",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}