Information about plays

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

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

{
    "id": 3574578,
    "uri": "https://api.kexp.org/v2/plays/3574578/?format=api",
    "airdate": "2025-11-06T04:05:15-08:00",
    "show": 65034,
    "show_uri": "https://api.kexp.org/v2/shows/65034/?format=api",
    "image_uri": "https://coverartarchive.org/release/3d752feb-e19a-4808-92bf-da11429dc968/14941585721-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3d752feb-e19a-4808-92bf-da11429dc968/14941585721-250.jpg",
    "song": "At Will",
    "track_id": null,
    "recording_id": "bc38fd4a-724a-4332-9404-5c51953f83eb",
    "artist": "Light Asylum",
    "artist_ids": [
        "a077a16e-edb1-43b2-99a4-460cab3b6a6e"
    ],
    "album": "Light Asylum",
    "release_id": null,
    "release_group_id": "38afcd45-9dc1-4a29-a347-4ce3157d0d5c",
    "labels": [
        "Mexican Summer"
    ],
    "label_ids": [
        "2c6049c6-7335-4d03-b264-234b314b03b5"
    ],
    "release_date": "2012-05-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Light Asylum was founded in Brooklyn by Shannon Funchess and keyboardist Bruno Coviello. Coviello left the duo soon after the release of their debut album. Funchness is now Portland-based.:www.washingtonpost.com",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}