Information about plays

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

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

{
    "id": 3561277,
    "uri": "https://api.kexp.org/v2/plays/3561277/?format=api",
    "airdate": "2025-10-04T17:07:50-07:00",
    "show": 64745,
    "show_uri": "https://api.kexp.org/v2/shows/64745/?format=api",
    "image_uri": "https://ia800607.us.archive.org/7/items/mbid-befc806a-fcc5-45b3-8162-4886c0d28627/mbid-befc806a-fcc5-45b3-8162-4886c0d28627-4724053186_thumb500.jpg",
    "thumbnail_uri": "https://ia800607.us.archive.org/7/items/mbid-befc806a-fcc5-45b3-8162-4886c0d28627/mbid-befc806a-fcc5-45b3-8162-4886c0d28627-4724053186_thumb250.jpg",
    "song": "Lover I Don’t Have to Love",
    "track_id": "c2ae03ca-a3df-372f-84e2-bb1fe8b1edad",
    "recording_id": "bf61190f-1b3e-4c75-b1ef-4115d1ef2fc2",
    "artist": "Bright Eyes",
    "artist_ids": [
        "78f797e3-4913-4026-aad0-1cd858bd735b"
    ],
    "album": "LIFTED or The Story Is in the Soil, Keep Your Ear to the Ground",
    "release_id": "befc806a-fcc5-45b3-8162-4886c0d28627",
    "release_group_id": "f41575e3-376a-3c8f-9063-51ae2c9df181",
    "labels": [
        "Saddle Creek Records"
    ],
    "label_ids": [
        "006ea2fb-e616-4743-924a-8bda90fff909"
    ],
    "release_date": "2002-08-13",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#692 Bright Eyes - LIFTED or The Story Is in the Soil, Keep Your Ear to the Ground\n\nhttps://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}