Information about plays

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

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

{
    "id": 3416716,
    "uri": "https://api.kexp.org/v2/plays/3416716/?format=api",
    "airdate": "2024-10-24T13:08:34-07:00",
    "show": 61661,
    "show_uri": "https://api.kexp.org/v2/shows/61661/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Kissing the Sun",
    "track_id": "beaf5b00-4f1e-4797-aaa7-0a2a25bb15b6",
    "recording_id": "94490a96-f7d3-4a19-93ff-0723d43fe14a",
    "artist": "Claude Fontaine",
    "artist_ids": [
        "c2f9cf4c-8288-4e25-8cd7-b6b3fa40e2bf"
    ],
    "album": "La Mer",
    "release_id": "7e714fdb-35c9-4a75-baf8-3ae338da71f3",
    "release_group_id": "b2a5ad2e-b0fb-4800-bee7-9467793d1676",
    "labels": [
        "Innovative Leisure Records"
    ],
    "label_ids": [
        "747265c7-b153-4f1a-9f1e-ec05e3604a97"
    ],
    "release_date": "2024-09-06",
    "rotation_status": "Medium",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Claude Fontaine is an \"American girl with a French name.\" One particular year she was awash in a grey London fog that matched the fog and grey in her own too-recently broken heart. While living right off Portobello Road, she stumbled into the record store down the street. And in a flash of luck (or fate) that particular record store turned out to be Honest Jon’s, a long-lived spot for records collected from the furthest edges of the world. \n--\nGo here to read how that record store changed her life: https://claudefontaine.bandcamp.com/album/claude-fontaine",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}