Information about plays

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

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

{
    "id": 3577098,
    "uri": "https://api.kexp.org/v2/plays/3577098/?format=api",
    "airdate": "2025-11-12T05:15:41-08:00",
    "show": 65087,
    "show_uri": "https://api.kexp.org/v2/shows/65087/?format=api",
    "image_uri": "https://ia601201.us.archive.org/24/items/mbid-3d752feb-e19a-4808-92bf-da11429dc968/mbid-3d752feb-e19a-4808-92bf-da11429dc968-14941585721_thumb500.jpg",
    "thumbnail_uri": "https://ia601201.us.archive.org/24/items/mbid-3d752feb-e19a-4808-92bf-da11429dc968/mbid-3d752feb-e19a-4808-92bf-da11429dc968-14941585721_thumb250.jpg",
    "song": "End of Days",
    "track_id": "c4aa2a2a-273b-3c75-ac88-e09179342827",
    "recording_id": "137caf93-7989-4db2-97f5-b4a7469f1760",
    "artist": "Light Asylum",
    "artist_ids": [
        "a077a16e-edb1-43b2-99a4-460cab3b6a6e"
    ],
    "album": "Light Asylum",
    "release_id": "3d752feb-e19a-4808-92bf-da11429dc968",
    "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": true,
    "is_request": false,
    "is_live": false,
    "comment": "Light Asylum is a Portland, Oregon-based electronic music project from Shannon Funchess.\n\nWatch Light Asylum live in the KEXP studio back in 2012: https://www.youtube.com/watch?v=F3AVVvRMwU4",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}