Information about plays

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

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

{
    "id": 3419006,
    "uri": "https://api.kexp.org/v2/plays/3419006/?format=api",
    "airdate": "2024-10-29T21:38:24-07:00",
    "show": 61711,
    "show_uri": "https://api.kexp.org/v2/shows/61711/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "A Força dos Encantados (Tropkillaz Remix)",
    "track_id": null,
    "recording_id": null,
    "artist": "Marujos Pataxós & Tropkillaz",
    "artist_ids": [],
    "album": "Volume 14",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "YB music"
    ],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Marujos Pataxós is a musical group that embodies the rich cultural heritage of the Pataxó people from Brazil, focusing on traditional samba and indigenous rhythms. They are known for their vibrant performances that celebrate their roots and heritage.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}