Information about plays

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

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

{
    "id": 3530887,
    "uri": "https://api.kexp.org/v2/plays/3530887/?format=api",
    "airdate": "2025-07-23T21:50:41-07:00",
    "show": 64094,
    "show_uri": "https://api.kexp.org/v2/shows/64094/?format=api",
    "image_uri": "https://coverartarchive.org/release/cd173422-0cc4-4c38-9ee7-9860e8b40f33/37020529273-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cd173422-0cc4-4c38-9ee7-9860e8b40f33/37020529273-250.jpg",
    "song": "Out of Sight",
    "track_id": null,
    "recording_id": "428122a7-f82c-40a6-b88f-fb7ad00c7721",
    "artist": "Mondo Drag",
    "artist_ids": [
        "824a67b0-fa66-4325-86a1-9d43a02e35cc"
    ],
    "album": "The Occultation of Light",
    "release_id": null,
    "release_group_id": "3d486ed3-4edd-483d-9ea5-8db3d598f024",
    "labels": [
        "RidingEasy Records"
    ],
    "label_ids": [
        "6f50fbf5-1276-424e-ada4-aaa2e3ac302d"
    ],
    "release_date": "2016-02-26",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pull my eyes open wide\nPoint them to the sky\nFeel the light dripping in\nNow it's deep inside my mind\nIn my mind\nAnd I feel fine\nAt night\n\nClose my eyes, look inside\nSee the new design\nThe night's light crystallized\nDeep within my mind, my mind\nIn my mind\nAnd I feel fine\n\nAt night\nI sight\nAt night\nOut of sight",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}