Information about plays

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

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

{
    "id": 3574749,
    "uri": "https://api.kexp.org/v2/plays/3574749/?format=api",
    "airdate": "2025-11-06T14:11:55-08:00",
    "show": 65038,
    "show_uri": "https://api.kexp.org/v2/shows/65038/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Endangered Species",
    "track_id": null,
    "recording_id": "fbfd1990-4d80-43f8-a783-ace8858f310e",
    "artist": "Esperanza Spalding feat. Lalah Hathaway",
    "artist_ids": [
        "5c12b265-5e59-44e0-b657-5cf4169f7316",
        "3f0f4358-4c48-4bce-be34-acf61d24df0b"
    ],
    "album": "Radio Music Society",
    "release_id": null,
    "release_group_id": "8c6c15ff-cfae-4e40-9ba2-7fb4d343bc36",
    "labels": [
        "Universal Music Group International"
    ],
    "label_ids": [
        "edaafb43-0124-4732-a2e3-f7a9936c8bd4"
    ],
    "release_date": "2012-03-20",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "\"She's in danger, too\nHuman danger\nLone canary nesting near a runway whispers\nEarthly strangers...\" Here are Esperanza Spalding's lyrics to the Wayne Shorter composition, \"Endangered Species\": https://genius.com/Esperanza-spalding-endangered-species-lyrics\n--\nThis song features Lalah Hathaway, daughter of soul legend Donny Hathaway.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}