Information about plays

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

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

{
    "id": 3416956,
    "uri": "https://api.kexp.org/v2/plays/3416956/?format=api",
    "airdate": "2024-10-25T03:09:00-07:00",
    "show": 61665,
    "show_uri": "https://api.kexp.org/v2/shows/61665/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "So What",
    "track_id": "ca631e52-1038-33be-ad35-fd8a5e9764c8",
    "recording_id": "8727b8d2-c2d8-4b93-b127-1368498fea1d",
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "The Mind Is a Terrible Thing to Taste",
    "release_id": "8435354a-da22-4af1-bfcf-724bde78e0bc",
    "release_group_id": "f9ae3b6b-ee68-358f-9e75-d13b59cdbb11",
    "labels": [
        "Warner Bros. Records",
        "Sire Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71",
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1989-11-14",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "I didn't play \"Every Day Is Halloween\"! So what! ",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}