Information about plays

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

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

{
    "id": 3572272,
    "uri": "https://api.kexp.org/v2/plays/3572272/?format=api",
    "airdate": "2025-10-31T15:51:59-07:00",
    "show": 64984,
    "show_uri": "https://api.kexp.org/v2/shows/64984/?format=api",
    "image_uri": "https://coverartarchive.org/release/08293d37-2d6d-4dc1-8845-3f500b1821bd/2185606789-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/08293d37-2d6d-4dc1-8845-3f500b1821bd/2185606789-250.jpg",
    "song": "Careful (Click, Click)",
    "track_id": null,
    "recording_id": "c672f603-b257-4e0c-aa65-c1f3daadad0f",
    "artist": "Wu‐Tang Clan",
    "artist_ids": [
        "0febdcf7-4e1f-4661-9493-b40427de2c13"
    ],
    "album": "The W",
    "release_id": null,
    "release_group_id": "b88f6bdc-0bee-3767-b57f-cbf85c28da68",
    "labels": [
        "Loud Records"
    ],
    "label_ids": [
        "32f6ca53-2be0-4dcd-8c08-e46eb6a018aa"
    ],
    "release_date": "2000-11-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Wu in year 2000! Watch the music video: https://www.youtube.com/watch?v=GUz5_UlvqQ8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}