Information about plays

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

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

{
    "id": 3577006,
    "uri": "https://api.kexp.org/v2/plays/3577006/?format=api",
    "airdate": "2025-11-11T23:47:43-08:00",
    "show": 65085,
    "show_uri": "https://api.kexp.org/v2/shows/65085/?format=api",
    "image_uri": "https://ia802802.us.archive.org/16/items/mbid-d55f70a8-cb80-4d42-8db3-485a3397f430/mbid-d55f70a8-cb80-4d42-8db3-485a3397f430-25274639471_thumb500.jpg",
    "thumbnail_uri": "https://ia802802.us.archive.org/16/items/mbid-d55f70a8-cb80-4d42-8db3-485a3397f430/mbid-d55f70a8-cb80-4d42-8db3-485a3397f430-25274639471_thumb250.jpg",
    "song": "I Didn't Mean to Fall in Love",
    "track_id": "d256a0c1-6020-4116-8f5c-cc0089d46f31",
    "recording_id": "079d506f-2307-44e3-a663-327c319386c8",
    "artist": "Snoh Aalegra",
    "artist_ids": [
        "636e0fb6-f2ad-45fc-b385-4d994665e7e3"
    ],
    "album": "- Ugh, those feels again",
    "release_id": "6592a8d7-5aaa-42ae-88bc-de8207fdfe59",
    "release_group_id": "573b8cc6-77ec-4765-9835-a5b8474126f5",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-08-16",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}