Information about plays

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

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

{
    "id": 3549115,
    "uri": "https://api.kexp.org/v2/plays/3549115/?format=api",
    "airdate": "2025-09-05T05:56:53-07:00",
    "show": 64478,
    "show_uri": "https://api.kexp.org/v2/shows/64478/?format=api",
    "image_uri": "https://ia601509.us.archive.org/15/items/mbid-3e1610d0-5691-4f2e-9207-3237ff34e1f0/mbid-3e1610d0-5691-4f2e-9207-3237ff34e1f0-22381091089_thumb500.jpg",
    "thumbnail_uri": "https://ia801509.us.archive.org/15/items/mbid-3e1610d0-5691-4f2e-9207-3237ff34e1f0/mbid-3e1610d0-5691-4f2e-9207-3237ff34e1f0-22381091089_thumb250.jpg",
    "song": "Respect",
    "track_id": "c6bd766d-037e-3d9d-8af8-3671a3e535ef",
    "recording_id": "4855f9bc-1189-4915-aeba-1871cf6016c9",
    "artist": "Aretha Franklin",
    "artist_ids": [
        "2f9ecbed-27be-40e6-abca-6de49d50299e"
    ],
    "album": "The Promised Land",
    "release_id": "3e1610d0-5691-4f2e-9207-3237ff34e1f0",
    "release_group_id": "347e2555-c8c6-44e0-bd7f-159982a4f17b",
    "labels": [
        "Columbia"
    ],
    "label_ids": [
        "011d1192-6f65-45bd-85c4-0400dd45693e"
    ],
    "release_date": "1995-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The most perfect?\n\nhttps://www.rollingstone.com/music/music-lists/best-songs-of-all-time-1224767/aretha-franklin-respect-2-1225337/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}