Information about plays

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

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

{
    "id": 3543472,
    "uri": "https://api.kexp.org/v2/plays/3543472/?format=api",
    "airdate": "2025-08-22T21:08:27-07:00",
    "show": 64358,
    "show_uri": "https://api.kexp.org/v2/shows/64358/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "We Can Move",
    "track_id": null,
    "recording_id": "af57a6fd-db31-4cb9-8b24-7bca972d8894",
    "artist": "Free Youth",
    "artist_ids": [
        "32c9a33f-9ef8-4587-a0ae-45e977a31b8c"
    ],
    "album": "We Can Move",
    "release_id": null,
    "release_group_id": "bcb8d204-d3a1-4029-9311-aa39e3b15de4",
    "labels": [],
    "label_ids": [],
    "release_date": "2019-07-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Free Youth was a Ghanaian hip hop trio from Accra consisting of Terry “Sir Robot” Bright, Lenny “Nii Addy” Dimple, and Abednego “King Abed” Ayim Bright, who emerged in the early 1980s. They are best known for their 1985 single \"We Can Move,\" a blend of hip-hop and Afro-funk considered one of the first examples of Ghanaian hip hop, or HipLife. The original release was a 7\" single on which the band never received royalties or even a copy, as the 2,000 pressed copies were sold out of the Netherlands. The group disbanded after the incident, with Lenny and Abed moving to London and Terry continuing a career in dance.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}