Information about plays

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

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

{
    "id": 3419009,
    "uri": "https://api.kexp.org/v2/plays/3419009/?format=api",
    "airdate": "2024-10-29T21:47:17-07:00",
    "show": 61711,
    "show_uri": "https://api.kexp.org/v2/shows/61711/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "BEMBE",
    "track_id": null,
    "recording_id": null,
    "artist": "La Chica & FORM",
    "artist_ids": [],
    "album": "BEMBÉ - TNO",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "TWENYONE"
    ],
    "label_ids": [],
    "release_date": "2024-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "La Chica, a French-Venezuelan artist makes an audio salad of electronic, pop, and traditional Latin influences. FORM contributes an electronic flair, making this collaboration a vibrant exploration of sound.\n\nMore below!\nhttps://lachica-belleville.bandcamp.com/track/la-loba-form-remix",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}