Information about plays

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

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

{
    "id": 3564231,
    "uri": "https://api.kexp.org/v2/plays/3564231/?format=api",
    "airdate": "2025-10-12T14:11:45-07:00",
    "show": 64816,
    "show_uri": "https://api.kexp.org/v2/shows/64816/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Look-Ka Py Py",
    "track_id": null,
    "recording_id": "885d65a3-6996-4109-8f3e-89d7434f47bc",
    "artist": "Bacao Rhythm & Steel Band",
    "artist_ids": [
        "7247ef92-6c65-484d-9cf1-a737382a4721"
    ],
    "album": "Mocambo Funk Forty Fives",
    "release_id": null,
    "release_group_id": "922d185d-2bed-3b58-9020-6a01d10edb2b",
    "labels": [
        "Mocambo"
    ],
    "label_ids": [
        "7332a773-ba53-4281-bdb4-5f4b6b0c04e8"
    ],
    "release_date": "2008-01-14",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Cover of The Meters.\n\nThe quartet of the Meters features two prominent Native musicians, Aaron Neville who is Choctaw and Leo Nocentelli had a Black and Indian grandmother.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}