Information about plays

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

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

{
    "id": 3565274,
    "uri": "https://api.kexp.org/v2/plays/3565274/?format=api",
    "airdate": "2025-10-15T04:57:45-07:00",
    "show": 64838,
    "show_uri": "https://api.kexp.org/v2/shows/64838/?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'd Rather Go Blind",
    "track_id": "76725041-b7d0-346c-a558-b422bc0b3b82",
    "recording_id": "6d843846-7423-42ed-a5ef-2b35eed2ec4d",
    "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": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}