Information about plays

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

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

{
    "id": 3549189,
    "uri": "https://api.kexp.org/v2/plays/3549189/?format=api",
    "airdate": "2025-09-05T10:36:25-07:00",
    "show": 64480,
    "show_uri": "https://api.kexp.org/v2/shows/64480/?format=api",
    "image_uri": "https://ia804504.us.archive.org/21/items/mbid-94d01122-7530-41a0-b794-3e8a26d7a640/mbid-94d01122-7530-41a0-b794-3e8a26d7a640-18150107896_thumb500.jpg",
    "thumbnail_uri": "https://ia904504.us.archive.org/21/items/mbid-94d01122-7530-41a0-b794-3e8a26d7a640/mbid-94d01122-7530-41a0-b794-3e8a26d7a640-18150107896_thumb250.jpg",
    "song": "Blockhead",
    "track_id": "75175b8d-9db5-3351-bf2f-3e43c1aa8979",
    "recording_id": "fa993222-75b0-4400-8cd7-fc868e3f34b6",
    "artist": "DEVO",
    "artist_ids": [
        "d2db1078-c170-4e22-b261-14f3ad60a690"
    ],
    "album": "Greatest Misses",
    "release_id": "94d01122-7530-41a0-b794-3e8a26d7a640",
    "release_group_id": "859fdf6c-0eb3-3219-a7c7-5d8c43d2b9f8",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1990-12-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Before it was part of the 1992 Greatest Misses compilation, this DEVO track came out on their 1979 sophomore album, Duty Now for the Future",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}