Information about plays

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

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

{
    "id": 3571224,
    "uri": "https://api.kexp.org/v2/plays/3571224/?format=api",
    "airdate": "2025-10-29T01:17:30-07:00",
    "show": 64962,
    "show_uri": "https://api.kexp.org/v2/shows/64962/?format=api",
    "image_uri": "https://dn710000.ca.archive.org/0/items/mbid-093f0989-3361-4238-8f6a-c7bc50ab6bcd/mbid-093f0989-3361-4238-8f6a-c7bc50ab6bcd-34188284028_thumb500.jpg",
    "thumbnail_uri": "https://dn710000.ca.archive.org/0/items/mbid-093f0989-3361-4238-8f6a-c7bc50ab6bcd/mbid-093f0989-3361-4238-8f6a-c7bc50ab6bcd-34188284028_thumb250.jpg",
    "song": "Hungry Like the Wolf",
    "track_id": "4ba98a61-75ec-48f6-9390-d6236774ad32",
    "recording_id": "e8341afb-20a6-4a14-8e77-f028cd2dfac6",
    "artist": "Duran Duran",
    "artist_ids": [
        "1a1cd7f3-e5df-4eca-bae2-2757c9e656b5"
    ],
    "album": "Rio",
    "release_id": "093f0989-3361-4238-8f6a-c7bc50ab6bcd",
    "release_group_id": "3c638420-8208-3c01-b723-f061b10e3f3a",
    "labels": [
        "EMI"
    ],
    "label_ids": [
        "c029628b-6633-439e-bcee-ed02e8a338f7"
    ],
    "release_date": "1983-01-01",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Although the band initially failed to break into the US market, MTV placed the \"Hungry Like the Wolf\" video into heavy rotation. Subsequently, the group gained much exposure; the song peaked at the No. 3 spot on the Billboard Hot 100 in March 1983, and Duran Duran became an international sensation. The video won the first Grammy Award for Best Short Form Music Video in 1984.\n\nWatch the official video here: https://youtu.be/oJL-lCzEXgI?si=go8MCQiVMF5qlFlU",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}