Information about plays

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

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

{
    "id": 3595596,
    "uri": "https://api.kexp.org/v2/plays/3595596/?format=api",
    "airdate": "2025-12-25T00:35:34-08:00",
    "show": 65468,
    "show_uri": "https://api.kexp.org/v2/shows/65468/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Let Me Be Your Christmas Toy",
    "track_id": null,
    "recording_id": "7fe23612-62a1-42f3-b556-84d36e1c0a85",
    "artist": "Chocolate Snow",
    "artist_ids": [
        "918a3718-fbf4-4250-9dc4-dc050941ae52"
    ],
    "album": "Let Me Be Your Christmas Toy / A Day in the Life",
    "release_id": null,
    "release_group_id": "480dae5a-8e36-4282-b1c9-4f0e9c55c7b6",
    "labels": [
        "Solo Records"
    ],
    "label_ids": [
        "3f5c01b6-269c-4e94-9c3e-a5e76c072fd1"
    ],
    "release_date": "1974-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}