Information about plays

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

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

{
    "id": 3543334,
    "uri": "https://api.kexp.org/v2/plays/3543334/?format=api",
    "airdate": "2025-08-22T15:44:27-07:00",
    "show": 64356,
    "show_uri": "https://api.kexp.org/v2/shows/64356/?format=api",
    "image_uri": "https://coverartarchive.org/release/458e1a8d-c9b1-418d-ab5d-376ea1954942/3766526343-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/458e1a8d-c9b1-418d-ab5d-376ea1954942/3766526343-250.jpg",
    "song": "Sugar Honey Iced Tea",
    "track_id": null,
    "recording_id": "1c688def-53a8-4df9-8cd3-e97433d39f31",
    "artist": "Kelis",
    "artist_ids": [
        "1239d1bc-cc09-43e0-bcd0-374f60346138"
    ],
    "album": "Tasty",
    "release_id": null,
    "release_group_id": "80310857-68e9-3c44-a6ce-a15232c1ddbf",
    "labels": [
        "Arista"
    ],
    "label_ids": [
        "c62e3985-6370-446a-bfb8-f1f6122e9c33"
    ],
    "release_date": "2003-12-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Thomas\n\nAs executive producer, Kelis enlisted previous collaborators The Neptunes to produce the album, as well as new collaborators such as Raphael Saadiq, Dallas Austin, André 3000, Rockwilder, and Dame Blackmon \"Grease\". It also features guest vocals from then-boyfriend Nas.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}