Information about plays

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

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

{
    "id": 3547289,
    "uri": "https://api.kexp.org/v2/plays/3547289/?format=api",
    "airdate": "2025-08-31T19:41:39-07:00",
    "show": 64439,
    "show_uri": "https://api.kexp.org/v2/shows/64439/?format=api",
    "image_uri": "https://coverartarchive.org/release/53f8961c-2efd-424d-bd93-6413f852a3cc/1260637806-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/53f8961c-2efd-424d-bd93-6413f852a3cc/1260637806-250.jpg",
    "song": "Rockit",
    "track_id": null,
    "recording_id": "9af67d83-b3ef-44da-95a2-e695dcce2772",
    "artist": "Herbie Hancock",
    "artist_ids": [
        "27613b78-1b9d-4ec3-9db5-fa0743465fdd"
    ],
    "album": "Future Shock",
    "release_id": null,
    "release_group_id": "7f86ad0f-d1d0-3732-a395-4e2e648e1262",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1983-08-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Herbie could not be constrained to a single technology! This track features...\n- Fairlight CMI\n- Rhodes Chroma\n- Oberheim DMX\n- Minimoog\n- Sennheiser Vocoder\n- Garfield Electronics Doctor Click\n- E-mu Systems 4060 Digital Keyboard\n\n\"Rockit\" won a Grammy Award for Best R&B Instrumental Performance in 1983, and it won five MTV Video Music Awards in 1984. \n\nClassic music video: https://youtu.be/GHhD4PD75zY",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}