Information about plays

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

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

{
    "id": 3542302,
    "uri": "https://api.kexp.org/v2/plays/3542302/?format=api",
    "airdate": "2025-08-20T02:09:38-07:00",
    "show": 64336,
    "show_uri": "https://api.kexp.org/v2/shows/64336/?format=api",
    "image_uri": "https://ia800306.us.archive.org/25/items/mbid-0d6a3fad-45a9-400a-b116-95d22a8544b7/mbid-0d6a3fad-45a9-400a-b116-95d22a8544b7-1385724742_thumb500.jpg",
    "thumbnail_uri": "https://ia800306.us.archive.org/25/items/mbid-0d6a3fad-45a9-400a-b116-95d22a8544b7/mbid-0d6a3fad-45a9-400a-b116-95d22a8544b7-1385724742_thumb250.jpg",
    "song": "I Got You Babe",
    "track_id": "75163ca3-a05d-34d3-bc2d-aa92bec0c5de",
    "recording_id": "63c5f076-e835-4cd5-974e-74593fc56420",
    "artist": "Etta James",
    "artist_ids": [
        "e22d2f66-881e-41ca-9356-544697ee5f90"
    ],
    "album": "Tell Mama: The Complete Muscle Shoals Sessions",
    "release_id": "0d6a3fad-45a9-400a-b116-95d22a8544b7",
    "release_group_id": "8cadf19c-1f50-3c59-ab78-79145f7339d3",
    "labels": [
        "MCA Records",
        "Chess"
    ],
    "label_ids": [
        "46a3941a-c810-47a1-974f-955effec4d09",
        "6c6eb4e5-f7c7-48bd-93d2-4901b4971e12"
    ],
    "release_date": "2001-04-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Covering the Sonny & Cher 1965 hit.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}