Information about plays

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

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

{
    "id": 3556966,
    "uri": "https://api.kexp.org/v2/plays/3556966/?format=api",
    "airdate": "2025-09-24T01:08:47-07:00",
    "show": 64646,
    "show_uri": "https://api.kexp.org/v2/shows/64646/?format=api",
    "image_uri": "https://ia802307.us.archive.org/5/items/mbid-19250e68-804e-4a33-838c-0ced4de40f1b/mbid-19250e68-804e-4a33-838c-0ced4de40f1b-30392157702_thumb500.jpg",
    "thumbnail_uri": "https://ia902307.us.archive.org/5/items/mbid-19250e68-804e-4a33-838c-0ced4de40f1b/mbid-19250e68-804e-4a33-838c-0ced4de40f1b-30392157702_thumb250.jpg",
    "song": "Rapture",
    "track_id": "1a0deea0-0106-3cec-8fdf-c26d1df3b7c6",
    "recording_id": "a614b816-9a36-4bdc-a10a-076184fd2ffa",
    "artist": "Blondie",
    "artist_ids": [
        "4d2956d1-a3f7-44bb-9a41-67563e1a0c94"
    ],
    "album": "Greatest Hits: Sound & Vision",
    "release_id": "4ac6b8e5-9516-4eaf-b5d0-9059a4aa5046",
    "release_group_id": "f5de9949-4335-37da-9d51-9076692e98a0",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2006-03-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Written by band members Debbie Harry and Chris Stein, and produced by Mike Chapman. \nThe accompanying music video for \"Rapture\" made its US television debut on Solid Gold on January 31, 1981, and not only became the first rap video ever broadcast on MTV, but was part of its first 90-video rotation.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}