Information about plays

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

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

{
    "id": 3553895,
    "uri": "https://api.kexp.org/v2/plays/3553895/?format=api",
    "airdate": "2025-09-16T20:24:24-07:00",
    "show": 64581,
    "show_uri": "https://api.kexp.org/v2/shows/64581/?format=api",
    "image_uri": "https://coverartarchive.org/release/29fbc48f-e90f-45c1-85aa-b6a39c5d2297/41546733837-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/29fbc48f-e90f-45c1-85aa-b6a39c5d2297/41546733837-250.jpg",
    "song": "Canal",
    "track_id": null,
    "recording_id": "8b64d7a0-0952-4646-896c-881b22f51d3f",
    "artist": "Pedro Mizutani & Skinshape",
    "artist_ids": [
        "46ae1f02-7646-41de-9db1-08dba92d704d",
        "848e0d89-4696-4c7b-a74c-a8e45292df6c"
    ],
    "album": "Mostrando os Dentes",
    "release_id": null,
    "release_group_id": "8eb99ab6-a787-4713-9524-9902576d926f",
    "labels": [
        "Nice Guys"
    ],
    "label_ids": [
        "6eddf0c7-b406-4d58-8185-4cc5dee5e7d5"
    ],
    "release_date": "2025-06-10",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Blending elements of Bossa Nova, MPB, and World Music, the distinct touch of both artists can be felt in every layer of this album’s narrative journey. A hint of sun-kissed melancholy brought to life by one of the key figures of the UK scene and a young prodigy deeply rooted in the classical influences of his culture.\n\nThis is another track from Will Dorey's project, Skinshape.\n\nhttps://skinshape.bandcamp.com/album/mostrando-os-dentes",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}