Information about plays

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

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

{
    "id": 3640373,
    "uri": "https://api.kexp.org/v2/plays/3640373/?format=api",
    "airdate": "2026-04-10T17:12:16-07:00",
    "show": 66417,
    "show_uri": "https://api.kexp.org/v2/shows/66417/?format=api",
    "image_uri": "https://coverartarchive.org/release/de49b07b-96e7-449c-967d-972176324d55/13364728938-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/de49b07b-96e7-449c-967d-972176324d55/13364728938-250.jpg",
    "song": "Hey Moon!",
    "track_id": null,
    "recording_id": "01b421c1-c63e-4b44-95e7-427e3a949959",
    "artist": "Molly Nilsson",
    "artist_ids": [
        "3054e9b6-8573-4106-9660-a343688ed29f"
    ],
    "album": "These Things Take Time",
    "release_id": null,
    "release_group_id": "4f8d5013-7eba-4f3b-9c4c-2b386a9461fc",
    "labels": [
        "Dark Skies Association"
    ],
    "label_ids": [
        "0f898795-6057-40c8-8e1e-0472269b6851"
    ],
    "release_date": "2008-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Watch the recovery live \n\nhttps://www.youtube.com/watch?v=m3kR2KK8TEs",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}