Information about plays

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

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

{
    "id": 3581184,
    "uri": "https://api.kexp.org/v2/plays/3581184/?format=api",
    "airdate": "2025-11-21T20:53:07-08:00",
    "show": 65172,
    "show_uri": "https://api.kexp.org/v2/shows/65172/?format=api",
    "image_uri": "https://coverartarchive.org/release/e1a2192a-6708-495e-8a19-c4ba13a4fd89/20369918463-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/e1a2192a-6708-495e-8a19-c4ba13a4fd89/20369918463-250.jpg",
    "song": "Milk and Honey",
    "track_id": null,
    "recording_id": "478211d4-56a5-491b-8e5f-a20f0bc31da2",
    "artist": "Hollie Cook",
    "artist_ids": [
        "806139a2-556b-45d8-bc5e-93e3d898e4ad"
    ],
    "album": "Hollie Cook",
    "release_id": null,
    "release_group_id": "57c5d8b7-dd50-4789-b86e-c12197a8d391",
    "labels": [],
    "label_ids": [],
    "release_date": "2011-06-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Hollie Cook is an English singer and keyboardist. She was part of the final line-up of all-female punk/reggae band the Slits. From 2010, Cook has also had a career as solo artist working with producer and songwriter Prince Fatty. In 2011, she released her first and self-titled reggae album Hollie Cook.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}