Information about plays

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

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

{
    "id": 3597625,
    "uri": "https://api.kexp.org/v2/plays/3597625/?format=api",
    "airdate": "2025-12-29T13:41:06-08:00",
    "show": 65508,
    "show_uri": "https://api.kexp.org/v2/shows/65508/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Potholes in My Lawn",
    "track_id": "7354382a-f26a-3b9d-af92-ff434c9c8a7b",
    "recording_id": "c05301ea-9656-4b07-bb63-939ecffa7c9f",
    "artist": "De La Soul",
    "artist_ids": [
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "3 Feet High and Rising",
    "release_id": "f8ae1fa5-6665-4ff7-9f31-e6280d28b7f4",
    "release_group_id": "5243f39c-c344-3989-a0f6-2a2f75a9d827",
    "labels": [
        "Tommy Boy Music"
    ],
    "label_ids": [
        "25782561-07e5-453b-b2e9-6a7c39f86a3e"
    ],
    "release_date": "1989-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The yodeling that arguably uniquely identifies one of De La Soul's early hits, Potholes in My Lawn (which eventually appeared on De La Soul's 3 Feet High and Rising), is sampled from \"Little Ole Country Boy.\"\n--\nDid you know that this was the first hip-hop song to be played on Mars, by NASA's Opportunity Rover in 2004?",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}