Information about plays

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

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

{
    "id": 3413710,
    "uri": "https://api.kexp.org/v2/plays/3413710/?format=api",
    "airdate": "2024-10-17T03:22:23-07:00",
    "show": 61596,
    "show_uri": "https://api.kexp.org/v2/shows/61596/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "One Day in My Garden",
    "track_id": null,
    "recording_id": "ded6dc45-df11-4b71-9e93-f785fda72b95",
    "artist": "Amon Tobin",
    "artist_ids": [
        "630662ea-1c7d-4208-99fd-ba3afec20f0c"
    ],
    "album": "Bricolage",
    "release_id": null,
    "release_group_id": "c1f40fac-2abd-3f0c-a635-26d166766b46",
    "labels": [
        "Ninja Tune"
    ],
    "label_ids": [
        "dc940013-b8a8-4362-a465-291026c04b42"
    ],
    "release_date": "1997-04-25",
    "rotation_status": null,
    "is_local": false,
    "is_request": true,
    "is_live": false,
    "comment": "Going out by request to Skylar!\n\nAmon Tobin blends electronic with his signature jazz influence.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}