Information about plays

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

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

{
    "id": 3630318,
    "uri": "https://api.kexp.org/v2/plays/3630318/?format=api",
    "airdate": "2026-03-17T20:10:55-07:00",
    "show": 66209,
    "show_uri": "https://api.kexp.org/v2/shows/66209/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Pawa!",
    "track_id": null,
    "recording_id": null,
    "artist": "Say She She, Asha Puthli",
    "artist_ids": [
        "64dad611-8ada-4696-ac5f-ecb8bf73d51b",
        "6bea93d9-08e8-40af-974e-b7d066b2e0fb"
    ],
    "album": null,
    "release_id": null,
    "release_group_id": null,
    "labels": [
        "Naya Beat"
    ],
    "label_ids": [
        "a54ddd76-7497-4be2-b1cf-05f5de0388a9"
    ],
    "release_date": "2025-03-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Pawa!' is a tribute to female fortitude and an anthemic call to action for unity and collective action. Asha’s spoken word bursts into a soaring falsetto while Say She She’s celestial three-part harmonies make for a sublime call and response between the fabled mentor and her gifted disciples.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}