Information about plays

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

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

{
    "id": 3639716,
    "uri": "https://api.kexp.org/v2/plays/3639716/?format=api",
    "airdate": "2026-04-09T03:42:00-07:00",
    "show": 66404,
    "show_uri": "https://api.kexp.org/v2/shows/66404/?format=api",
    "image_uri": "https://coverartarchive.org/release/3dc6075a-ee1b-4d3d-bc4b-f2a8ab66c806/4316994389-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/3dc6075a-ee1b-4d3d-bc4b-f2a8ab66c806/4316994389-250.jpg",
    "song": "Long Train Runnin’",
    "track_id": null,
    "recording_id": "a803b874-a9df-484f-9d9b-bf9a072d5fc0",
    "artist": "The Doobie Brothers",
    "artist_ids": [
        "588dea29-eea3-456b-a815-3ee04f75c8e7"
    ],
    "album": "The Captain and Me",
    "release_id": null,
    "release_group_id": "023d4049-d7ce-3d2c-a6db-7bf675bf5dc2",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "1973-03-02",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "From 1973\n\n\"Doobie Brothers! Smoking doobies with my brothers!\" - Michael Scott\n\nhttps://www.youtube.com/watch?v=HlpYUwpTlno",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}