Information about plays

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

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

{
    "id": 3421650,
    "uri": "https://api.kexp.org/v2/plays/3421650/?format=api",
    "airdate": "2024-11-05T08:29:27-08:00",
    "show": 61769,
    "show_uri": "https://api.kexp.org/v2/shows/61769/?format=api",
    "image_uri": "https://ia801908.us.archive.org/31/items/mbid-563cab03-63cc-44a8-a33f-11010dde681f/mbid-563cab03-63cc-44a8-a33f-11010dde681f-27227478268_thumb500.jpg",
    "thumbnail_uri": "https://ia801908.us.archive.org/31/items/mbid-563cab03-63cc-44a8-a33f-11010dde681f/mbid-563cab03-63cc-44a8-a33f-11010dde681f-27227478268_thumb250.jpg",
    "song": "Yes We Can Can",
    "track_id": "784640fc-d689-3583-853f-bddfaaf3d505",
    "recording_id": "97fdf6af-8c0f-4e3f-980a-992b717d42ef",
    "artist": "The Pointer Sisters",
    "artist_ids": [
        "81bac815-97c5-4723-8f0b-4d8edfad1010"
    ],
    "album": "Yes We Can Can: The Best of the Blue Thumb Recordings",
    "release_id": "f8820fc6-0a2e-41b0-bfea-7b61e9d13e5e",
    "release_group_id": "545ce583-d640-3d8b-929c-b3e3053038eb",
    "labels": [],
    "label_ids": [],
    "release_date": "1997-10-27",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Good morning John and Owen,\n\nThanks for the tunes this morning.\n\nI'd love to hear Yes We Can Can from The Pointer Sisters.\n\nThanks so much,\n\nTodd",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}