Information about plays

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

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

{
    "id": 3595712,
    "uri": "https://api.kexp.org/v2/plays/3595712/?format=api",
    "airdate": "2025-12-25T06:18:04-08:00",
    "show": 65470,
    "show_uri": "https://api.kexp.org/v2/shows/65470/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Alphabet",
    "track_id": null,
    "recording_id": "ac1d5cf5-241e-4bdf-9937-16e5c126332b",
    "artist": "Dickie Valentine with Johnny Douglas and His Orchestra",
    "artist_ids": [
        "0c02c71b-ecf8-4bc7-be93-2de08efedcdf",
        "c39f1851-895e-4746-9597-ba253a3cd80a"
    ],
    "album": "Christmas Alphabet / Where Are You Tonight?",
    "release_id": null,
    "release_group_id": "a2338802-e57b-4ea9-86cc-4e1009078feb",
    "labels": [
        "Decca Records"
    ],
    "label_ids": [
        "f18f3b31-8263-4de3-966a-fda317492d3d"
    ],
    "release_date": "1955-10-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Dickie Valentine, a premier British crooner of the 1950s, frequently collaborated with Johnny Douglas and His Orchestra on numerous recordings for Decca Records. Their partnership produced some of the era's most recognizable UK pop hits.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}