Information about plays

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

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

{
    "id": 3595648,
    "uri": "https://api.kexp.org/v2/plays/3595648/?format=api",
    "airdate": "2025-12-25T03:22:23-08:00",
    "show": 65469,
    "show_uri": "https://api.kexp.org/v2/shows/65469/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "Christmas Time Is Here",
    "track_id": null,
    "recording_id": "dc405ac2-54eb-4cc7-995c-17a11b8c82fc",
    "artist": "Anita Baker",
    "artist_ids": [
        "02349767-d5ac-4528-892d-17b6d40107a1"
    ],
    "album": "Christmas Fantasy",
    "release_id": null,
    "release_group_id": "2868095a-1be2-3a20-aeb4-8ec70adba2df",
    "labels": [
        "Blue Note"
    ],
    "label_ids": [
        "713c4a95-6616-442b-9cf6-14e1ddfd5946"
    ],
    "release_date": "2005-10-04",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}