Information about plays

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

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

{
    "id": 3580848,
    "uri": "https://api.kexp.org/v2/plays/3580848/?format=api",
    "airdate": "2025-11-21T01:19:55-08:00",
    "show": 65166,
    "show_uri": "https://api.kexp.org/v2/shows/65166/?format=api",
    "image_uri": "https://coverartarchive.org/release/eed85509-8287-4173-9dd8-b37d61296cc5/26913664045-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eed85509-8287-4173-9dd8-b37d61296cc5/26913664045-250.jpg",
    "song": "Tony’s Theme",
    "track_id": null,
    "recording_id": "161fbf7d-ffae-4fe3-886a-883e26c28de4",
    "artist": "Giorgio Moroder",
    "artist_ids": [
        "38dd6337-19ae-4793-ab4b-313eff523457"
    ],
    "album": "Scarface: Expanded Motion Picture Soundtrack",
    "release_id": null,
    "release_group_id": "2d9e094a-70e2-4205-8a9a-bfe5ce412152",
    "labels": [
        "La‐La Land Records"
    ],
    "label_ids": [
        "8571b3b1-df08-4be1-9e93-c93a8152ffab"
    ],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}