Information about plays

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

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

{
    "id": 3415399,
    "uri": "https://api.kexp.org/v2/plays/3415399/?format=api",
    "airdate": "2024-10-21T04:36:38-07:00",
    "show": 61633,
    "show_uri": "https://api.kexp.org/v2/shows/61633/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Sembrando flores",
    "track_id": null,
    "recording_id": "fab363ae-0ace-4f09-8eb0-ba6af03a8f91",
    "artist": "Los Cojolites",
    "artist_ids": [
        "b1444a00-e7c9-4df1-8372-c69a8d1bdbb5"
    ],
    "album": "Sembrando flores",
    "release_id": null,
    "release_group_id": "cb1d0daf-fc3c-43c7-be9c-b114beed9c1c",
    "labels": [
        "Round Whirled Records"
    ],
    "label_ids": [
        "656c6377-47ce-4df5-a0f0-e5abb858162d"
    ],
    "release_date": "2012-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Los Cojolites was founded in 1995 as part of a project to recover the cultural rights and artistic expressions of Indigenous people in the ancient town of Cosoleacaque, Veracruz, Mexico",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}