Information about plays

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

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

{
    "id": 3622822,
    "uri": "https://api.kexp.org/v2/plays/3622822/?format=api",
    "airdate": "2026-02-27T02:17:12-08:00",
    "show": 66040,
    "show_uri": "https://api.kexp.org/v2/shows/66040/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Beautifully Human",
    "track_id": "a65a3766-4023-424e-9554-923d9382ac23",
    "recording_id": "a636ff3b-1a1d-4d1f-8aab-597697d263dc",
    "artist": "Naomi Wachira",
    "artist_ids": [
        "3b07974b-2197-495d-b656-4e8e03716ced"
    ],
    "album": "Song of Lament",
    "release_id": "eff13f06-97ab-4a8d-9df2-27bc2459ca68",
    "release_group_id": "e05c38c3-1505-494a-ab5f-3316d1063bd0",
    "labels": [
        "[no label]"
    ],
    "label_ids": [
        "157afde4-4bf5-4039-8ad2-5a15acc85176"
    ],
    "release_date": "2017-01-01",
    "rotation_status": null,
    "is_local": true,
    "is_request": false,
    "is_live": false,
    "comment": "Naomi Wachira is a Seattle-based singer and songwriter. Named Best Folk Singer by Seattle Weekly in 2013, Naomi makes music plucked from her life, imbued with a sense of hope. She credits her influence to two groundbreaking female songwriters, Miriam Makeba and Tracy Chapman.\n\nCheck out Naomi's new album Life Affirmations, Vol. 3:\n\nhttps://imanafricangirl.bandcamp.com/album/life-affirmations-vol-3",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}