Information about plays

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

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

{
    "id": 3583740,
    "uri": "https://api.kexp.org/v2/plays/3583740/?format=api",
    "airdate": "2025-11-27T17:30:37-08:00",
    "show": 65225,
    "show_uri": "https://api.kexp.org/v2/shows/65225/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Come Baby Come (radio edit)",
    "track_id": null,
    "recording_id": "90170e94-ae6e-4570-aaab-19fdafd2f851",
    "artist": "K7",
    "artist_ids": [
        "326060b6-1ddd-44c8-8d52-3a5f56219036"
    ],
    "album": "Come Baby Come",
    "release_id": null,
    "release_group_id": "74fa1533-72fc-3d3e-8d2c-608271ab016f",
    "labels": [
        "Big Life"
    ],
    "label_ids": [
        "76dac7b0-2f18-4b10-bb07-5be955aadaa7"
    ],
    "release_date": "1993-10-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}