Information about plays

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

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

{
    "id": 3583662,
    "uri": "https://api.kexp.org/v2/plays/3583662/?format=api",
    "airdate": "2025-11-27T12:53:52-08:00",
    "show": 65223,
    "show_uri": "https://api.kexp.org/v2/shows/65223/?format=api",
    "image_uri": "https://ia800200.us.archive.org/13/items/mbid-1d56440f-1e76-41e5-b0d7-dfd5b5566bbe/mbid-1d56440f-1e76-41e5-b0d7-dfd5b5566bbe-2633423938_thumb500.jpg",
    "thumbnail_uri": "https://ia800200.us.archive.org/13/items/mbid-1d56440f-1e76-41e5-b0d7-dfd5b5566bbe/mbid-1d56440f-1e76-41e5-b0d7-dfd5b5566bbe-2633423938_thumb250.jpg",
    "song": "The Sweetest Thing",
    "track_id": "465ec919-dcb4-3f19-80bf-e5620a275a1b",
    "recording_id": "50d97de5-252e-4ca8-96d1-2a9c5b41a024",
    "artist": "Camera Obscura",
    "artist_ids": [
        "94219793-a46b-4c39-9397-e05ad633f32d"
    ],
    "album": "My Maudlin Career",
    "release_id": "1d56440f-1e76-41e5-b0d7-dfd5b5566bbe",
    "release_group_id": "a517ed25-aca0-3b4f-b8f0-ab9cbe4bc3f4",
    "labels": [
        "4AD"
    ],
    "label_ids": [
        "a539bb1e-f2e1-4b45-9db8-8053841e7503"
    ],
    "release_date": "2009-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Glaswegian purveyors of indiepop since the mid-'90s, with a loyal following for their chiming, hooky melodies and incisive, heart-broken lyrics.\n\nhttps://cameraobscuramusic.bandcamp.com\nhttps://elefant.com/bands/camera-obscura",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}