Information about plays

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

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

{
    "id": 3547283,
    "uri": "https://api.kexp.org/v2/plays/3547283/?format=api",
    "airdate": "2025-08-31T19:11:00-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/f783b398-5d01-4f60-925c-2f4eb2c6aee6/14391253031-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/f783b398-5d01-4f60-925c-2f4eb2c6aee6/14391253031-250.jpg",
    "song": "Ten Percent (Walter Gibbons 12″ disco mix)",
    "track_id": null,
    "recording_id": "d8b0f2a2-b6a9-46e2-9ada-c6b3583d2bbb",
    "artist": "Double Exposure",
    "artist_ids": [
        "ce16a54b-d14c-428f-8721-7baed0929cc0"
    ],
    "album": "Ten Percent",
    "release_id": null,
    "release_group_id": "0d1f5af3-a616-356c-b3c3-4008b73c6c8e",
    "labels": [
        "BMG"
    ],
    "label_ids": [
        "82ef9b02-7b42-49fe-a6bc-0d8ba816d72f"
    ],
    "release_date": "1976-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moulton is the godfather of remix! Moulton was dissatisfied with a DJ he saw at a dance party. The songs would end, and the beat would change. People would lose rhythm, so he set out to make a mixtape that spliced the songs together. That's how remixes were born!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}