Information about plays

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

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

{
    "id": 3542613,
    "uri": "https://api.kexp.org/v2/plays/3542613/?format=api",
    "airdate": "2025-08-20T20:26:36-07:00",
    "show": 64342,
    "show_uri": "https://api.kexp.org/v2/shows/64342/?format=api",
    "image_uri": "https://coverartarchive.org/release/a19b3404-75e5-49d4-842e-ad4ea16046e3/31212139770-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a19b3404-75e5-49d4-842e-ad4ea16046e3/31212139770-250.jpg",
    "song": "Silver Twin",
    "track_id": null,
    "recording_id": "f55a9593-8a7e-42ca-b5b0-0c2192b08d86",
    "artist": "Møtrik",
    "artist_ids": [
        "89df9e1a-6069-4207-9c63-1fbc77abbf90"
    ],
    "album": "MØØN: The Cosmic Electrics of MØTRIK",
    "release_id": null,
    "release_group_id": "05e0b9f8-52eb-4349-9626-3de51a47f513",
    "labels": [
        "Jealous Butcher Records"
    ],
    "label_ids": [
        "8c979a04-bc6b-4cc9-accb-6aa617dc3c88"
    ],
    "release_date": "2021-11-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Møtrik is playing Freakout this year! https://www.freakoutrec.com/lineup. Portland, OR-based Jealous Butcher Records have been in the biz of selling records since 1991.\n\nhttps://www.jealousbutcher.com/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}