Information about plays

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

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

{
    "id": 3415727,
    "uri": "https://api.kexp.org/v2/plays/3415727/?format=api",
    "airdate": "2024-10-22T01:36:45-07:00",
    "show": 61641,
    "show_uri": "https://api.kexp.org/v2/shows/61641/?format=api",
    "image_uri": "https://coverartarchive.org/release/7366609a-3c45-4357-9019-27fb75744a04/27624787601-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7366609a-3c45-4357-9019-27fb75744a04/27624787601-250.jpg",
    "song": "Worm Mountain",
    "track_id": null,
    "recording_id": "6e568550-1a53-447a-bb1c-4c141d41230d",
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "Embryonic",
    "release_id": null,
    "release_group_id": "6654ee18-9421-4204-ae48-f0fdc3d6ab9e",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2009-10-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Features MGMT",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}