Information about plays

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

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

{
    "id": 3438782,
    "uri": "https://api.kexp.org/v2/plays/3438782/?format=api",
    "airdate": "2024-12-16T08:45:54-08:00",
    "show": 62125,
    "show_uri": "https://api.kexp.org/v2/shows/62125/?format=api",
    "image_uri": "https://coverartarchive.org/release/109b0311-688f-49a1-8ba7-338d40ee2215/10372691008-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/109b0311-688f-49a1-8ba7-338d40ee2215/10372691008-250.jpg",
    "song": "How Soon Is Now?",
    "track_id": null,
    "recording_id": "cae8bbec-c2ff-4972-9218-8f90acb07b1b",
    "artist": "The Smiths",
    "artist_ids": [
        "40f5d9e4-2de7-4f2d-ad41-e31a9a9fea27"
    ],
    "album": "Meat Is Murder",
    "release_id": null,
    "release_group_id": "0d56a04c-045a-37db-bcc3-6c7099e94f16",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1985-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Ferndando writes\nI had some extra funds at the end of this year. Just donated, as I want to support whenever possible. \n\nJust wanted fo share a pic of Smith’s bass player Andy Rourke’s widow Francesca and Johnny Marr at Andy’s memorial in Manchester yesterday. Thanks again! And have a wonderful holiday Goodsir.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}