Information about plays

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

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

{
    "id": 3657354,
    "uri": "https://api.kexp.org/v2/plays/3657354/?format=api",
    "airdate": "2026-05-20T19:30:38-07:00",
    "show": 66770,
    "show_uri": "https://api.kexp.org/v2/shows/66770/?format=api",
    "image_uri": "https://coverartarchive.org/release/beb9d086-a33d-47fd-a215-ab6d7fa048ce/36847837896-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/beb9d086-a33d-47fd-a215-ab6d7fa048ce/36847837896-250.jpg",
    "song": "Beau baptême",
    "track_id": null,
    "recording_id": "49bc0e19-487e-4efc-ab7c-728ba69e0423",
    "artist": "Population II",
    "artist_ids": [
        "05f38bd4-2b00-41f1-a897-6b4d3c48fefb"
    ],
    "album": "Électrons libres du Québec",
    "release_id": null,
    "release_group_id": "74138995-410b-4d85-8bfe-dc9d195c2f93",
    "labels": [
        "Bonsound"
    ],
    "label_ids": [
        "8b1d458b-e154-4d16-a3fe-6a3121790874"
    ],
    "release_date": "2023-10-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Based in Montreal, Canada, Bonsound focuses on the thriving of artists and does not own their intellectual property; outfitted with an aesthetically pleasing website, are some good ethics.\n\nsee more here: https://www.bonsound.com/en/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}