Information about plays

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

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

{
    "id": 3438203,
    "uri": "https://api.kexp.org/v2/plays/3438203/?format=api",
    "airdate": "2024-12-14T23:22:46-08:00",
    "show": 62112,
    "show_uri": "https://api.kexp.org/v2/shows/62112/?format=api",
    "image_uri": "https://coverartarchive.org/release/da938d99-7a10-49ad-81c2-f498b1d3b51f/22030221588-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/da938d99-7a10-49ad-81c2-f498b1d3b51f/22030221588-250.jpg",
    "song": "Stop and Listen",
    "track_id": null,
    "recording_id": "882417d3-a590-4e25-9c62-f3fcc8ef9433",
    "artist": "The Shag",
    "artist_ids": [
        "3fc5db61-ad1a-42d4-b468-cb30638aa9d6"
    ],
    "album": "Stop and Listen / Melissa",
    "release_id": null,
    "release_group_id": "1738da9b-dabf-4d19-a5a8-95d34681618e",
    "labels": [
        "Capitol Records"
    ],
    "label_ids": [
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "1967-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Shags were formed in Milwaukee, Wisconsin, in 1964. At first, they played folk and blues music, soon influenced by bands such as The Rolling Stones to develop a harder rock sound. In 1967, they were signed by Capitol Records and recorded \"Stop and Listen\" / \"Melissa\". \"Stop and Listen\" was written and sung by Ray McCall and featured his fuzz guitar. It has been cited as one of the first anti-drug rock songs to be recorded.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}