Information about plays

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

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

{
    "id": 3436367,
    "uri": "https://api.kexp.org/v2/plays/3436367/?format=api",
    "airdate": "2024-12-10T15:42:01-08:00",
    "show": 62074,
    "show_uri": "https://api.kexp.org/v2/shows/62074/?format=api",
    "image_uri": "https://coverartarchive.org/release/a645f2fb-975f-4cac-9fc1-c7f8d324e1c6/40085625303-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/a645f2fb-975f-4cac-9fc1-c7f8d324e1c6/40085625303-250.jpg",
    "song": "Happy Hunting Ground",
    "track_id": null,
    "recording_id": "edc5f86d-ab37-476a-8e0e-7b7ac9a5d618",
    "artist": "Blackouts",
    "artist_ids": [
        "4341e6c4-a940-45f5-9e02-b6b287da70f6"
    ],
    "album": "History in Reverse",
    "release_id": null,
    "release_group_id": "dd8aa6a0-9686-35af-bd1b-a619cc681225",
    "labels": [
        "K"
    ],
    "label_ids": [
        "bb1f7af7-67d5-417a-8dbe-2025caffe9a0"
    ],
    "release_date": "2004-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "This 2004 track comes from local goth legends Blackouts. The Blackouts were a punk rock band formed in Seattle in 1979 by singer/guitarist Erich Werner, bassist Mike Davidson, and drummer Bill Rieflin, who were all former members of a local punk band, The Telepaths. They were joined by Roland Barker, first on synthesizer and later on saxophone.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}