Information about plays

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

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

{
    "id": 3577456,
    "uri": "https://api.kexp.org/v2/plays/3577456/?format=api",
    "airdate": "2025-11-13T01:01:19-08:00",
    "show": 65095,
    "show_uri": "https://api.kexp.org/v2/shows/65095/?format=api",
    "image_uri": "https://coverartarchive.org/release/c3f02c61-f822-461b-b6f9-03b7a3e23026/25054033473-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/c3f02c61-f822-461b-b6f9-03b7a3e23026/25054033473-250.jpg",
    "song": "Up Jumps da’ Boogie",
    "track_id": null,
    "recording_id": "3b8cb2a7-aec0-4cfb-9252-065357bd30ce",
    "artist": "Timbaland and Magoo",
    "artist_ids": [
        "a692b7dc-0420-4d00-8b31-1d3773d44116"
    ],
    "album": "Welcome to Our World",
    "release_id": null,
    "release_group_id": "9d91c40f-13f5-32d2-8444-002664e121dd",
    "labels": [
        "Blackground Entertainment"
    ],
    "label_ids": [
        "23aeeacc-e252-4a7f-926d-f92fb60fdd0d"
    ],
    "release_date": "1997-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "RIP Magoo -- https://hiphopdx.com/news/magoo-died-age-50\n\nClassic! The debut track from the 1997 debut studio album by hip hop duo Timbaland & Magoo. Featuring Missy Elliott and Aaliyah.\n\nVideo!\nhttps://youtu.be/bOqzTJw_xr8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}