Information about plays

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

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

{
    "id": 3519553,
    "uri": "https://api.kexp.org/v2/plays/3519553/?format=api",
    "airdate": "2025-06-27T14:39:52-07:00",
    "show": 63851,
    "show_uri": "https://api.kexp.org/v2/shows/63851/?format=api",
    "image_uri": "https://ia601503.us.archive.org/0/items/mbid-f5eddaa6-3a79-47d5-ab80-f2e1d8f6bfd8/mbid-f5eddaa6-3a79-47d5-ab80-f2e1d8f6bfd8-16595865340_thumb500.jpg",
    "thumbnail_uri": "https://ia801503.us.archive.org/0/items/mbid-f5eddaa6-3a79-47d5-ab80-f2e1d8f6bfd8/mbid-f5eddaa6-3a79-47d5-ab80-f2e1d8f6bfd8-16595865340_thumb250.jpg",
    "song": "XXX.",
    "track_id": "3318c494-e508-4f57-8c24-5fd5f31397c5",
    "recording_id": "f14afe19-eea1-4115-8c81-eb41b8284965",
    "artist": "Kendrick Lamar feat. U2",
    "artist_ids": [
        "a3cb23fc-acd3-4ce0-8f36-1e5aa6a18432",
        "381086ea-f511-4aba-bdf9-71c753dc5077"
    ],
    "album": "DAMN.",
    "release_id": "f5eddaa6-3a79-47d5-ab80-f2e1d8f6bfd8",
    "release_group_id": "b88655ba-7469-48b8-a296-b9011ab73ef3",
    "labels": [
        "Interscope Records",
        "Aftermath Entertainment",
        "Top Dawg Entertainment"
    ],
    "label_ids": [
        "2182a316-c4bd-4605-936a-5e2fac52bdd2",
        "c0629488-2aa2-4b46-9de8-decb27147444",
        "56d2501f-12b7-4cfd-b8f8-e95189ea27f5"
    ],
    "release_date": "2017-04-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Out to Corey!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}