Information about plays

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

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

{
    "id": 3557142,
    "uri": "https://api.kexp.org/v2/plays/3557142/?format=api",
    "airdate": "2025-09-24T10:27:11-07:00",
    "show": 64649,
    "show_uri": "https://api.kexp.org/v2/shows/64649/?format=api",
    "image_uri": "https://ia903100.us.archive.org/4/items/mbid-508f0868-867c-4c14-94df-34c32bf396f3/mbid-508f0868-867c-4c14-94df-34c32bf396f3-12442466183_thumb500.jpg",
    "thumbnail_uri": "https://ia903100.us.archive.org/4/items/mbid-508f0868-867c-4c14-94df-34c32bf396f3/mbid-508f0868-867c-4c14-94df-34c32bf396f3-12442466183_thumb250.jpg",
    "song": "Bamboo",
    "track_id": "aebf0876-08b3-402b-a8b9-2e7d08ee851a",
    "recording_id": "def664bf-206c-42a7-a8ae-667ee994e505",
    "artist": "Hinds",
    "artist_ids": [
        "615ba4a9-e5d2-45dc-bf75-a1b444a33fc9"
    ],
    "album": "Leave Me Alone",
    "release_id": "3c0a2a5e-ae09-4e0e-af58-8b57ad1dc6d2",
    "release_group_id": "c626970d-e340-473f-8031-1f1ce9ee08f5",
    "labels": [
        "Lucky Number"
    ],
    "label_ids": [
        "368777fe-930d-4746-9b7c-e7d506b9f154"
    ],
    "release_date": "2016-01-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Madrid, Spain-based band Hinds!\n\nCheck out their Live on KEXP performance from this past March: \n\nhttps://www.youtube.com/watch?v=7qpx-_oEIZE",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}