Information about plays

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

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

{
    "id": 3639162,
    "uri": "https://api.kexp.org/v2/plays/3639162/?format=api",
    "airdate": "2026-04-07T19:16:03-07:00",
    "show": 66394,
    "show_uri": "https://api.kexp.org/v2/shows/66394/?format=api",
    "image_uri": "https://coverartarchive.org/release/9397581f-9be3-412d-aef4-dd1f74c66b7e/5619693429-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/9397581f-9be3-412d-aef4-dd1f74c66b7e/5619693429-250.jpg",
    "song": "Fey Oh di Nou",
    "track_id": null,
    "recording_id": "1095acec-1155-4a6d-a50f-67c87d097bc6",
    "artist": "The Creole Choir of Cuba",
    "artist_ids": [
        "a58d2315-a7c5-4201-8ca5-e67b56135543"
    ],
    "album": "Santiman",
    "release_id": null,
    "release_group_id": "a485ba75-b33f-454f-9e61-c3721968be1b",
    "labels": [
        "Real World"
    ],
    "label_ids": [
        "351bf0d2-f806-416f-a6e9-fdb8ee238eac"
    ],
    "release_date": "2013-02-11",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The Creole Choir celebrate the history of their Haitian descendants enslaved to the Caribbean from West Africa. The Creole Choir's ten remarkable singers come from Camagüey, Cuba's third city, down towards the eastern end of the island.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}