Information about plays

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

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

{
    "id": 3394524,
    "uri": "https://api.kexp.org/v2/plays/3394524/?format=api",
    "airdate": "2024-08-31T12:28:35-07:00",
    "show": 61182,
    "show_uri": "https://api.kexp.org/v2/shows/61182/?format=api",
    "image_uri": "https://ia800300.us.archive.org/11/items/mbid-28b4e32e-a8b3-3505-a1a0-9d2338d749ad/mbid-28b4e32e-a8b3-3505-a1a0-9d2338d749ad-9637229180_thumb500.jpg",
    "thumbnail_uri": "https://ia800300.us.archive.org/11/items/mbid-28b4e32e-a8b3-3505-a1a0-9d2338d749ad/mbid-28b4e32e-a8b3-3505-a1a0-9d2338d749ad-9637229180_thumb250.jpg",
    "song": "Touch Me I’m Sick (vinyl)",
    "track_id": "853e5277-f9ad-3b5c-a6f8-95ccaf5c0e78",
    "recording_id": "9e21ea87-dd08-46cc-9d33-2a272504c775",
    "artist": "Mudhoney",
    "artist_ids": [
        "e675295a-1efe-4247-aa3b-53b78d0cdffc"
    ],
    "album": "Superfuzz Bigmuff Plus Early Singles",
    "release_id": "28b4e32e-a8b3-3505-a1a0-9d2338d749ad",
    "release_group_id": "c92a05a8-c340-39aa-a912-e2927f2b49a6",
    "labels": [
        "Sub Pop Records"
    ],
    "label_ids": [
        "38dc88de-7720-4100-9d5b-3cdc41b0c474"
    ],
    "release_date": "1990-08-31",
    "rotation_status": "Library",
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Here's Mudhoney performing live on KEXP at the top of the Space Needle for Sub Pop's birthday in 2013: \n\nhttps://www.youtube.com/watch?v=CsjSDQ_MrV8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}