Information about plays

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

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

{
    "id": 3546927,
    "uri": "https://api.kexp.org/v2/plays/3546927/?format=api",
    "airdate": "2025-08-30T22:47:11-07:00",
    "show": 64472,
    "show_uri": "https://api.kexp.org/v2/shows/64472/?format=api",
    "image_uri": "https://ia800309.us.archive.org/20/items/mbid-520ad505-3f02-45d2-9029-724020a59a25/mbid-520ad505-3f02-45d2-9029-724020a59a25-5356110840_thumb500.jpg",
    "thumbnail_uri": "https://ia800309.us.archive.org/20/items/mbid-520ad505-3f02-45d2-9029-724020a59a25/mbid-520ad505-3f02-45d2-9029-724020a59a25-5356110840_thumb250.jpg",
    "song": "Gun Crazy",
    "track_id": "c3fdad11-1315-436f-87db-12cf44ef5e3b",
    "recording_id": "0a01ef0b-62e9-4174-96f2-1a416a8876ef",
    "artist": "Drenge",
    "artist_ids": [
        "b7f40a7c-0b93-45ad-9ae3-3bf6e28e9dd4"
    ],
    "album": "Drenge",
    "release_id": "520ad505-3f02-45d2-9029-724020a59a25",
    "release_group_id": "f80c2403-ceba-4bba-8f03-d5dba054e45a",
    "labels": [
        "Infectious Records"
    ],
    "label_ids": [
        "08a5852e-6847-4a14-9de7-595169ba6771"
    ],
    "release_date": "2013-08-19",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Trio formed in 2010 in Castleton, Derbyshire.\n\nYou can check out their in-studio session with KEXP back in 2015 by following the link below:\n\nhttps://youtu.be/aAZrDN1nm80?si=j74G4NrWk6d2rFm1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}