Information about plays

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

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

{
    "id": 3416354,
    "uri": "https://api.kexp.org/v2/plays/3416354/?format=api",
    "airdate": "2024-10-23T15:44:06-07:00",
    "show": 61653,
    "show_uri": "https://api.kexp.org/v2/shows/61653/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "The Glory of Man",
    "track_id": "19761fec-3698-3b97-ba1b-79ff2f2b9f2d",
    "recording_id": "7499e506-a79c-423d-a82f-9aa2f275b287",
    "artist": "Minutemen",
    "artist_ids": [
        "d4ad0149-d8ae-4105-8009-0221fce9ff35"
    ],
    "album": "Double Nickels on the Dime",
    "release_id": "396cd5db-a240-4111-bd64-140064a4a0e9",
    "release_group_id": "0bcb9f3e-e341-3ed5-ac5b-8ed5e17f9a7e",
    "labels": [
        "SST Records"
    ],
    "label_ids": [
        "361acf91-04bb-4e85-8485-28a4d00d1e56"
    ],
    "release_date": "1989-10-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Minutemen bassist, Mike Watt, wrote this song. The lyrics, though complex and abstract, reveal Watt's apparent desire to travel back in time \"using cynicism, the time monitor, the space measurer.\"",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}