Information about plays

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

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

{
    "id": 3658278,
    "uri": "https://api.kexp.org/v2/plays/3658278/?format=api",
    "airdate": "2026-05-23T00:04:24-07:00",
    "show": 66788,
    "show_uri": "https://api.kexp.org/v2/shows/66788/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Throw Some D's (remix) (main)",
    "track_id": null,
    "recording_id": "6ad5cab6-e76e-48be-9993-f6f985b88796",
    "artist": "Rich Boy feat. André 3000, Jim Jones, Nelly & Murphy Lee",
    "artist_ids": [
        "2b9c3601-17ca-420a-ab30-10db51e474b6",
        "f563a1a9-069b-41ed-8b3b-e1b1a6f5b34b",
        "81148ae0-47e9-4830-ac97-8e69b6c71706",
        "811900b2-68fc-4d41-8bad-69b7a1f4d628",
        "b4984b38-6dad-4d8f-9942-a15131f37f98"
    ],
    "album": "Throw Some D's (Remix)",
    "release_id": null,
    "release_group_id": "b7587edd-64c0-458d-af88-308782d59490",
    "labels": [
        "Interscope Records"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2"
    ],
    "release_date": "2007-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}