Information about plays

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

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

{
    "id": 3595302,
    "uri": "https://api.kexp.org/v2/plays/3595302/?format=api",
    "airdate": "2025-12-24T09:31:45-08:00",
    "show": 65463,
    "show_uri": "https://api.kexp.org/v2/shows/65463/?format=api",
    "image_uri": "",
    "thumbnail_uri": "",
    "song": "What Christmas Means to Me",
    "track_id": "72f6d8b9-55f4-31f0-9ff0-931d72988008",
    "recording_id": "ce076baa-4159-438a-8381-620d79ef3472",
    "artist": "Stevie Wonder",
    "artist_ids": [
        "1ee18fb3-18a6-4c7f-8ba0-bc41cdd0462e"
    ],
    "album": "A Motown Christmas",
    "release_id": "c5eb3f7c-38bc-319a-8cc5-24804f2e26da",
    "release_group_id": "2dfe5b60-ad76-378c-a3ad-0c39808659ad",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1992-09-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "This track was originally laid down by Stevie Wonder in 1967 for his album \"Someday at Christmas\", but has been covered by dozens of artists, from En Vogue and Hanson to John Legend and Michael McDonald...",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}