Information about plays

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

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

{
    "id": 3547387,
    "uri": "https://api.kexp.org/v2/plays/3547387/?format=api",
    "airdate": "2025-09-01T02:01:17-07:00",
    "show": 64442,
    "show_uri": "https://api.kexp.org/v2/shows/64442/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Name The Missing Word",
    "track_id": null,
    "recording_id": "060cb4d1-d5a0-4adf-a297-fa6f1f979fa5",
    "artist": "Charles Kynard",
    "artist_ids": [
        "b82bcbc5-947c-42be-9a7e-65f8b2feec1e"
    ],
    "album": "Woga",
    "release_id": null,
    "release_group_id": "7c8a1cf3-fa3d-44b7-98de-1907bf31c4d0",
    "labels": [
        "SOLID RECORDS"
    ],
    "label_ids": [
        "c3a1b565-143d-4c7d-85dc-f686d436cb45"
    ],
    "release_date": "1972-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "St. Louis born Charles Kynard known for his soul jazz organ chops lays into the cut on this recently reissued album on We Want Sounds",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}