Information about plays

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

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

{
    "id": 3586776,
    "uri": "https://api.kexp.org/v2/plays/3586776/?format=api",
    "airdate": "2025-12-04T15:37:30-08:00",
    "show": 65287,
    "show_uri": "https://api.kexp.org/v2/shows/65287/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Drive My Car",
    "track_id": "e5c055c2-6b9d-4e52-89e8-eb23ddd1f198",
    "recording_id": "f318e511-45ab-4767-b2d4-12d0d934d1a9",
    "artist": "The Beatles",
    "artist_ids": [
        "b10bbbfc-cf9e-42e0-be17-e2c3e1d2600d"
    ],
    "album": "Rubber Soul",
    "release_id": "af049cb7-fe0a-4a8c-9f52-6ab26e31f9c5",
    "release_group_id": "dca03435-8adb-30a5-ba82-5a162267ff38",
    "labels": [
        "Apple Records",
        "Parlophone",
        "Capitol Records"
    ],
    "label_ids": [
        "cf7fc5cf-e011-4ef4-b511-cd0188537910",
        "df7d1c7f-ef95-425f-8eef-445b3d7bcbd9",
        "abea2d3e-eabf-4480-ab24-9382dd642c73"
    ],
    "release_date": "2009-09-09",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Yesterday was the 60th anniversary of the release of \"Rubber Soul.\"\n\nThe arrangement of \"Drive My Car\" was suggested by George Harrison, who had been listening to Otis Redding’s ‘Respect’, then a minor hit. Harrison suggested that the bass and guitar parts should play similar lines in an approximation of Redding’s bass-heavy sound, resulting in one of The Beatles’ most effective performances of 1965. (Note: the bass on Otis Redding's \"Respect\" was played by Donald \"Duck\" Dunn.)",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}