Information about plays

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

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

{
    "id": 3413975,
    "uri": "https://api.kexp.org/v2/plays/3413975/?format=api",
    "airdate": "2024-10-17T17:47:16-07:00",
    "show": 61601,
    "show_uri": "https://api.kexp.org/v2/shows/61601/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Do the Astral Plane",
    "track_id": "15ca5bba-0c97-362d-9030-af402c9c8804",
    "recording_id": "38b7885b-7388-47cf-ba17-c3ef5f22175a",
    "artist": "Flying Lotus",
    "artist_ids": [
        "fc7376fe-1a6f-4414-b4a7-83f50ed59c92"
    ],
    "album": "Cosmogramma",
    "release_id": "9e68f88b-f2c6-35bd-a317-f32a8911f598",
    "release_group_id": "ddae2c76-1433-4a9a-be05-3447bda75eee",
    "labels": [
        "Warp"
    ],
    "label_ids": [
        "46f0f4cd-8aab-4b33-b698-f459faf64190"
    ],
    "release_date": "2010-05-03",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Another track with 'Astral Plane' in the name! \n\nCosmogramma album:\nhttps://flying-lotus.warp.net/release/123645-flying-lotus-cosmogramma?lang=en_US",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}