Information about plays

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

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

{
    "id": 3582055,
    "uri": "https://api.kexp.org/v2/plays/3582055/?format=api",
    "airdate": "2025-11-23T19:43:49-08:00",
    "show": 65191,
    "show_uri": "https://api.kexp.org/v2/shows/65191/?format=api",
    "image_uri": "https://coverartarchive.org/release/2218d724-b3ca-4f9f-99d1-4d0708ce213e/3771173683-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/2218d724-b3ca-4f9f-99d1-4d0708ce213e/3771173683-250.jpg",
    "song": "Get It Right",
    "track_id": null,
    "recording_id": "badc3b24-2223-43bf-9d32-9552f329c282",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "Get It Right",
    "release_id": null,
    "release_group_id": "2cda9fbd-e6dd-3f49-a9be-244fd511f1ae",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "1983-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Luther Vandross and Marcus Miller wrote this title song from Aretha's 29th studio album. Luther Vandross produced it and that big bass sound is courtesy of Marcus Miller. \nThe track replaced Donna Summer at #1 on the Hot Soul Singles chart in August 1983, and reached number nine on the Hot Dance Club Play chart.\n--\nSee The Queen of Soul perform it live in 2011:  https://www.youtube.com/watch?v=7F0zTSdhOhI",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}