Information about plays

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

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

{
    "id": 3422206,
    "uri": "https://api.kexp.org/v2/plays/3422206/?format=api",
    "airdate": "2024-11-06T19:42:23-08:00",
    "show": 61782,
    "show_uri": "https://api.kexp.org/v2/shows/61782/?format=api",
    "image_uri": "https://ia601005.us.archive.org/11/items/mbid-a9c40936-e6e9-4d1e-8e57-a213e2a47d78/mbid-a9c40936-e6e9-4d1e-8e57-a213e2a47d78-23521509945_thumb500.jpg",
    "thumbnail_uri": "https://ia801005.us.archive.org/11/items/mbid-a9c40936-e6e9-4d1e-8e57-a213e2a47d78/mbid-a9c40936-e6e9-4d1e-8e57-a213e2a47d78-23521509945_thumb250.jpg",
    "song": "Shine a Light",
    "track_id": "39e098ff-c0ba-4737-9afa-5a44699fb32c",
    "recording_id": "fa023d79-8af4-44c6-b70c-d4f218ef163d",
    "artist": "Spiritualized",
    "artist_ids": [
        "65041e06-83d2-4987-ae52-c17a915fc82a"
    ],
    "album": "Lazer Guided Melodies",
    "release_id": "a9c40936-e6e9-4d1e-8e57-a213e2a47d78",
    "release_group_id": "e12a1258-c0cf-326d-80c4-782763ff3c46",
    "labels": [
        "Dedicated"
    ],
    "label_ids": [
        "d769b2e7-0827-461f-978c-493d522cf67d"
    ],
    "release_date": "1992-11-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This album was originally released on two 45rpm vinyl LPs, organized into four colour-coded, cross-faded suites -- 'Shine a Light' was the final track from the 'Blue\" suite, on side 3.  \n\n(Side 1 was the \"Red\" suite, Side 2 \"Green\", Side 3 \"Blue\", and Side 4 \"Black\")\n\nNME magazine described the album as \"simultaneously [exploring] motorik, minimalist music, and space rock while subtly using \"meticulously detailed, layered instrumentation, the sumptuous deployment of horns and strings\" to create cinematic, textured, and deeply narcotic soundscapes.\" https://tinyurl.com/h668k4ex",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}