Information about plays

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

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

{
    "id": 3557578,
    "uri": "https://api.kexp.org/v2/plays/3557578/?format=api",
    "airdate": "2025-09-25T13:13:01-07:00",
    "show": 64658,
    "show_uri": "https://api.kexp.org/v2/shows/64658/?format=api",
    "image_uri": "https://coverartarchive.org/release/4e83d47d-5e6c-47f3-80d4-451ee99132d0/29169478279-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/4e83d47d-5e6c-47f3-80d4-451ee99132d0/29169478279-250.jpg",
    "song": "Get Stupid, Part III",
    "track_id": null,
    "recording_id": "4c2488a1-f2b3-4346-8f7d-14f246bc4329",
    "artist": "Mantronix",
    "artist_ids": [
        "2d09279c-a477-4c45-8df7-fe91dd7a59f8"
    ],
    "album": "In Full Effect",
    "release_id": null,
    "release_group_id": "5c9b0ed4-af2e-3ec7-a35e-cdb27420a566",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1988-04-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This song sampled that massive bass line from Billy Cobham's \"Stratus.\" \n--\nMantronix was the brainchild of producer and DJ Kurtis Mantronik; it blended hardcore rap with tracks that blended electro-funk and club music. Mantronik was born Kurtis Khaleel in Jamaica, though his family soon moved to Canada and ended up in New York by the late '70s.  Here's a biography: Mantronik was born Kurtis Khaleel in Jamaica, though his family soon moved to Canada and ended up in New York by the late '70s.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}