Information about plays

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

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

{
    "id": 3412576,
    "uri": "https://api.kexp.org/v2/plays/3412576/?format=api",
    "airdate": "2024-10-14T15:25:03-07:00",
    "show": 61576,
    "show_uri": "https://api.kexp.org/v2/shows/61576/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sacred Indigenous (feat. Cher Thomas)",
    "track_id": null,
    "recording_id": null,
    "artist": "Neon Nativez",
    "artist_ids": [
        "229ee1af-2876-4384-b2a2-a76eb1f74dde"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [],
    "label_ids": [],
    "release_date": null,
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Neon Nativez (San Carlos Apache & Diné) blends Native American tribal beats with electronic dance music for crowds\n\nDiné are Indigenous American people of the Navajo Nation in Southwestern United States. With more than 399,495 enrolled tribal members as of 2021, the Navajo Nation is the largest federally recognized tribe in the United States.\n\nhttps://soundcloud.com/neonnativez",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}