Information about plays

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

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

{
    "id": 3556997,
    "uri": "https://api.kexp.org/v2/plays/3556997/?format=api",
    "airdate": "2025-09-24T02:46:47-07:00",
    "show": 64646,
    "show_uri": "https://api.kexp.org/v2/shows/64646/?format=api",
    "image_uri": "https://ia800202.us.archive.org/12/items/mbid-865c700d-e728-4860-b005-a88b0228ebee/mbid-865c700d-e728-4860-b005-a88b0228ebee-20286989310_thumb500.jpg",
    "thumbnail_uri": "https://ia800202.us.archive.org/12/items/mbid-865c700d-e728-4860-b005-a88b0228ebee/mbid-865c700d-e728-4860-b005-a88b0228ebee-20286989310_thumb250.jpg",
    "song": "Cradle and All",
    "track_id": "fcbe2597-3387-368b-a955-678d169d0e6a",
    "recording_id": "d02a1cb9-1560-4d85-ad48-393a01e00e0c",
    "artist": "Ani DiFranco",
    "artist_ids": [
        "a7bdc71f-697a-45d9-92b2-a01fbbe50272"
    ],
    "album": "Not a Pretty Girl",
    "release_id": "865c700d-e728-4860-b005-a88b0228ebee",
    "release_group_id": "4222c224-51a7-34c2-b70d-e35b2a29c180",
    "labels": [
        "Righteous Babe Records"
    ],
    "label_ids": [
        "9d1ac05c-138a-41d4-a869-59364e81759c"
    ],
    "release_date": "1995-07-18",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://www.pastemagazine.com/music/ani-difranco/the-11-best-ani-difranco-songs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}