Information about plays

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

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

{
    "id": 3548033,
    "uri": "https://api.kexp.org/v2/plays/3548033/?format=api",
    "airdate": "2025-09-02T14:50:07-07:00",
    "show": 64455,
    "show_uri": "https://api.kexp.org/v2/shows/64455/?format=api",
    "image_uri": "https://dn721306.ca.archive.org/0/items/mbid-19402bab-ce7f-4cc4-b970-1401edb03293/mbid-19402bab-ce7f-4cc4-b970-1401edb03293-42235621119_thumb500.jpg",
    "thumbnail_uri": "https://dn721306.ca.archive.org/0/items/mbid-19402bab-ce7f-4cc4-b970-1401edb03293/mbid-19402bab-ce7f-4cc4-b970-1401edb03293-42235621119_thumb250.jpg",
    "song": "Mysterious Girl",
    "track_id": "7031bef7-486b-4fa2-9627-68b98799c6c9",
    "recording_id": "a605943a-3e02-4b9c-b3d2-5047f9617f05",
    "artist": "Neggy Gemmy",
    "artist_ids": [
        "7a18f8d3-05cf-4478-9e22-d0415823f91e"
    ],
    "album": "She Comes From Nowhere",
    "release_id": "19402bab-ce7f-4cc4-b970-1401edb03293",
    "release_group_id": "a96e88f5-fb54-48ef-8d26-832a64f82700",
    "labels": [
        "100% Electronica"
    ],
    "label_ids": [
        "e7489d32-a9a8-4891-9851-b6b06f0fbd6b"
    ],
    "release_date": "2025-06-20",
    "rotation_status": "R/N",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The fourth album from LA's Neggy Gemmy released last week. She Comes From Nowhere fuses influences spanning underground 90s dance music, shoegaze and triphop \n\nhttps://neggygemmy.bandcamp.com/album/she-comes-from-nowhere",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}