Information about plays

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

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

{
    "id": 3559865,
    "uri": "https://api.kexp.org/v2/plays/3559865/?format=api",
    "airdate": "2025-10-01T01:45:17-07:00",
    "show": 64714,
    "show_uri": "https://api.kexp.org/v2/shows/64714/?format=api",
    "image_uri": "https://dn720702.ca.archive.org/0/items/mbid-af676c64-ec7a-4f36-8566-bb679b566e1b/mbid-af676c64-ec7a-4f36-8566-bb679b566e1b-23360113542_thumb500.jpg",
    "thumbnail_uri": "https://dn720702.ca.archive.org/0/items/mbid-af676c64-ec7a-4f36-8566-bb679b566e1b/mbid-af676c64-ec7a-4f36-8566-bb679b566e1b-23360113542_thumb250.jpg",
    "song": "Pa Pa Power",
    "track_id": "7e8c21af-3a1a-4d1f-b4a6-9e8aeb06f3cb",
    "recording_id": "e7c6c7b4-9830-4539-9142-c839d023e253",
    "artist": "Dead Man's Bones",
    "artist_ids": [
        "b2c8ff02-6078-4e9a-b2d7-267451925394"
    ],
    "album": "Dead Man's Bones",
    "release_id": "af676c64-ec7a-4f36-8566-bb679b566e1b",
    "release_group_id": "382116ad-e260-4900-8318-bb7d14ffa473",
    "labels": [
        "Anti‐"
    ],
    "label_ids": [
        "5b8cf470-f162-4ee3-9b9f-77ff4ee0c601"
    ],
    "release_date": "2009-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Today's the first day of my fav month! Dead Man's Bones is a rock duo consisting of actor Ryan Gosling and his friend Zach Shields.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}