Information about plays

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

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

{
    "id": 3580939,
    "uri": "https://api.kexp.org/v2/plays/3580939/?format=api",
    "airdate": "2025-11-21T06:52:52-08:00",
    "show": 65167,
    "show_uri": "https://api.kexp.org/v2/shows/65167/?format=api",
    "image_uri": "https://ia802306.us.archive.org/14/items/mbid-6697df96-4f02-434b-99bb-f31151437625/mbid-6697df96-4f02-434b-99bb-f31151437625-16420770553_thumb500.jpg",
    "thumbnail_uri": "https://ia902306.us.archive.org/14/items/mbid-6697df96-4f02-434b-99bb-f31151437625/mbid-6697df96-4f02-434b-99bb-f31151437625-16420770553_thumb250.jpg",
    "song": "I Know What I Like (In Your Wardrobe)",
    "track_id": "10d99a48-ff61-48ac-b4ce-c71914fd3079",
    "recording_id": "06f3e7bf-f473-4998-9b86-449bffbee115",
    "artist": "Genesis",
    "artist_ids": [
        "8e3fcd7d-bda1-4ca0-b987-b8528d2ee74e"
    ],
    "album": "Selling England by the Pound",
    "release_id": "6697df96-4f02-434b-99bb-f31151437625",
    "release_group_id": "1fadec3d-7451-32e8-9194-ad7e5312cb9b",
    "labels": [
        "Charisma"
    ],
    "label_ids": [
        "924da91f-86a6-4f15-842f-b9afb645fe5c"
    ],
    "release_date": "1973-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}