Information about plays

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

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

{
    "id": 3413946,
    "uri": "https://api.kexp.org/v2/plays/3413946/?format=api",
    "airdate": "2024-10-17T16:00:21-07:00",
    "show": 61600,
    "show_uri": "https://api.kexp.org/v2/shows/61600/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Space Walk",
    "track_id": "f5c224ba-7752-38e1-8984-7622b46b583b",
    "recording_id": "556e8ade-b208-4e9f-987a-bc12015dd3a5",
    "artist": "Lemon Jelly",
    "artist_ids": [
        "4cbbf0d6-6c78-4e3d-ab25-91b13603cf7c"
    ],
    "album": "Lost Horizons",
    "release_id": "0f0f1e17-9e51-4398-8404-2d4c96f9d0e0",
    "release_group_id": "9bc9a542-ef68-38ee-a0a5-6189a422ccb7",
    "labels": [],
    "label_ids": [],
    "release_date": "2002-10-08",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Second studio LP by Lemon Jelly - on XL Recordings.\n\n\"Space Walk\" is set to a recording of Ed White's 1965 space walk on the Gemini 4 mission. Franglen and Deakin chose to use the sample after listening to an album called \"Flight to the Moon\" (1969); the two were struck by how moving and emotive many of the tracks were. Deakin later said, \"'One small step' leaves me cold, because it was so obviously scripted. But the spacewalk… even after hearing it so many times, it's so vivid.'\" https://bit.ly/36nBth1",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}