Information about plays

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

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

{
    "id": 3597311,
    "uri": "https://api.kexp.org/v2/plays/3597311/?format=api",
    "airdate": "2025-12-28T19:44:12-08:00",
    "show": 65500,
    "show_uri": "https://api.kexp.org/v2/shows/65500/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Feel My Love",
    "track_id": null,
    "recording_id": null,
    "artist": "Social Lovers",
    "artist_ids": [
        "c62428d0-70a4-4c20-94fa-137402b120e7"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Tugboat Editions"
    ],
    "label_ids": [
        "f4620f73-54d8-4fe8-bc67-aaa65f256e15"
    ],
    "release_date": "2019-09-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Social Lovers released \"Feel My Love\" and b-side \"Time Warp\" in 2019 with Tugboat Editions. \n\nWith influences from the different cities of LA, San Francisco, and Seattle, Social Lovers (DJ Matty P, Megan Doherty, Joe Nunez, Chris Letson and Ryan Doherty) are taking over the West Coast with their unique, underground sound.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}