Information about plays

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

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

{
    "id": 3549422,
    "uri": "https://api.kexp.org/v2/plays/3549422/?format=api",
    "airdate": "2025-09-06T00:02:30-07:00",
    "show": 64485,
    "show_uri": "https://api.kexp.org/v2/shows/64485/?format=api",
    "image_uri": "https://coverartarchive.org/release/cfc352d3-239d-4179-ada1-48e731f0ea7c/28674644979-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/cfc352d3-239d-4179-ada1-48e731f0ea7c/28674644979-250.jpg",
    "song": "Pow Right in the Kisser",
    "track_id": null,
    "recording_id": "988d7a68-dbed-4481-a120-575b6b70dc10",
    "artist": "Drakeo the Ruler feat. Ketchy the Great, Remble, Money Monk & Ralfy the Plug",
    "artist_ids": [
        "5fa717ad-be80-4ff1-999c-fec061deac59",
        "26377459-57da-4bdf-a1de-0313d5033c99",
        "afa8adf8-d1a8-42f1-b936-a1029bc7faa9",
        "17ba7348-86fe-492c-b373-e6bf43a4b5fb",
        "29321e18-8409-43b4-9a9d-fc1b76355b17"
    ],
    "album": "The Truth Hurts",
    "release_id": null,
    "release_group_id": "c97d2be5-3df3-4375-bc61-3ab9503a6695",
    "labels": [
        "Stinc Team"
    ],
    "label_ids": [
        "b671867c-691a-47f7-b283-ab10ca7c11a8"
    ],
    "release_date": "2021-02-24",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}