Information about plays

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

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

{
    "id": 3572342,
    "uri": "https://api.kexp.org/v2/plays/3572342/?format=api",
    "airdate": "2025-10-31T20:40:41-07:00",
    "show": 64986,
    "show_uri": "https://api.kexp.org/v2/shows/64986/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Mandela",
    "track_id": null,
    "recording_id": "4357cd38-7c99-4494-b2ce-169394b74b99",
    "artist": "Hugh Masekela",
    "artist_ids": [
        "83a2e0fb-3d9b-46ff-b383-3dde54c15297"
    ],
    "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": "Hugh Ramapolo Masekela was a South African trumpeter, flugelhornist, cornetist, singer and composer who was described as \"the father of South African jazz\". Masekela was known for his jazz compositions and for writing well-known anti-apartheid songs such as \"Soweto Blues\" and \"Bring Him Back Home\". This song was very important at the time.. nelson was released not long after the songs release!",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}