Information about plays

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

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

{
    "id": 3564273,
    "uri": "https://api.kexp.org/v2/plays/3564273/?format=api",
    "airdate": "2025-10-12T16:54:28-07:00",
    "show": 64817,
    "show_uri": "https://api.kexp.org/v2/shows/64817/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Free Palestine",
    "track_id": null,
    "recording_id": null,
    "artist": "Moktar",
    "artist_ids": [
        "986151fa-48fc-4302-bb46-caa1fc6e8c50"
    ],
    "album": "By the People, For the People",
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "House of Afandi Records"
    ],
    "label_ids": [],
    "release_date": "2007-11-23",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Moktar is an Egyptian-Australian electronic music producer known for blending Middle Eastern musical influences with genres like techno, house, and electro. His song \"Free Palestine\" was released on November 17, 2023, as part of the compilation album By the People, For the People by the Jordanian record label, House of Afandi Records.\n\nhttps://forpalestine.bandcamp.com/album/by-the-people-for-the-people",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}