Information about plays

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

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

{
    "id": 3625047,
    "uri": "https://api.kexp.org/v2/plays/3625047/?format=api",
    "airdate": "2026-03-04T02:39:40-08:00",
    "show": 66086,
    "show_uri": "https://api.kexp.org/v2/shows/66086/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Got Paid",
    "track_id": "54ce0ed7-b7ff-3123-9df6-5ec833b3002d",
    "recording_id": "ae1fe2e9-d3b0-4e90-bb1f-a4245b04b9ef",
    "artist": "Katy B x DJ Zinc x Wiley",
    "artist_ids": [
        "174d9bdb-4e9c-4c42-8e6a-a29db39bdda5",
        "d0f61299-9caa-4e6b-8b10-2839de120b27",
        "feea8ed3-eb47-44d6-a480-f6ee85d95411"
    ],
    "album": "Danger EP",
    "release_id": "dd0f453e-5407-4412-a7d0-68da83e96536",
    "release_group_id": "b0fbbb79-d855-4b36-8f27-cb8d69bb1603",
    "labels": [],
    "label_ids": [],
    "release_date": "2012-12-07",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "https://soundcloud.com/katyb/katy-b-x-zinc-x-wiley-got-paid",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}