Information about plays

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

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

{
    "id": 3595076,
    "uri": "https://api.kexp.org/v2/plays/3595076/?format=api",
    "airdate": "2025-12-23T21:34:37-08:00",
    "show": 65459,
    "show_uri": "https://api.kexp.org/v2/shows/65459/?format=api",
    "image_uri": "https://coverartarchive.org/release/7c52ca30-5bc8-4a8c-8a22-8456dbb6442c/43136197128-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/7c52ca30-5bc8-4a8c-8a22-8456dbb6442c/43136197128-250.jpg",
    "song": "A party for Santa Claus",
    "track_id": null,
    "recording_id": "ef6483d8-4b81-4368-891b-61cac399a5c6",
    "artist": "Lord Nelson",
    "artist_ids": [
        "6ffd7ee1-4da7-400d-9348-61747d84e612"
    ],
    "album": "Seasons greetings from the \"Mojo\" Man",
    "release_id": null,
    "release_group_id": "b2b2f0d3-7919-4942-944d-80f58e77ed98",
    "labels": [
        "Koko Mojo Records"
    ],
    "label_ids": [
        "74d044ce-fb6f-40b3-885e-9af78d205a21"
    ],
    "release_date": "2022-11-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Born and raised in Tobago.\n\nMore from this compilation here: https://tinyurl.com/56a7khtt",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}