Information about plays

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

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

{
    "id": 3577932,
    "uri": "https://api.kexp.org/v2/plays/3577932/?format=api",
    "airdate": "2025-11-14T05:05:44-08:00",
    "show": 65104,
    "show_uri": "https://api.kexp.org/v2/shows/65104/?format=api",
    "image_uri": "https://ia801005.us.archive.org/30/items/mbid-13a66df4-ce5c-4e8e-9ba1-8766decf5676/mbid-13a66df4-ce5c-4e8e-9ba1-8766decf5676-28680783980_thumb500.jpg",
    "thumbnail_uri": "https://dn710608.ca.archive.org/0/items/mbid-13a66df4-ce5c-4e8e-9ba1-8766decf5676/mbid-13a66df4-ce5c-4e8e-9ba1-8766decf5676-28680783980_thumb250.jpg",
    "song": "Just Like You",
    "track_id": "66486b22-f1d5-33e4-9490-71c5bc5a212c",
    "recording_id": "0a358088-e620-4b81-b496-465628a34839",
    "artist": "Ministry",
    "artist_ids": [
        "13df2a46-f72f-40e7-aa63-26fcf62c7048"
    ],
    "album": "Twitch",
    "release_id": "ed1e9447-fd8a-35a4-980a-2076d8aab66a",
    "release_group_id": "18c9e889-50a1-32d5-a440-57c771a5fb8f",
    "labels": [
        "Sire Records"
    ],
    "label_ids": [
        "be0fec81-5c18-4494-8bbf-0d81dec006bf"
    ],
    "release_date": "1986-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "According to Al Jourgenson in his book \"Ministry : the lost gospels according to Al Jourgensen\", \"Just Like You\" was his first political song.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}