Information about plays

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

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

{
    "id": 3589948,
    "uri": "https://api.kexp.org/v2/plays/3589948/?format=api",
    "airdate": "2025-12-12T01:05:50-08:00",
    "show": 65352,
    "show_uri": "https://api.kexp.org/v2/shows/65352/?format=api",
    "image_uri": "https://coverartarchive.org/release/fa66b25a-bd7d-42df-bd7e-f97ffb66e259/24707737284-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/fa66b25a-bd7d-42df-bd7e-f97ffb66e259/24707737284-250.jpg",
    "song": "Dream Maker",
    "track_id": null,
    "recording_id": "64b474df-2af0-4351-8fd6-05040f5bd3b8",
    "artist": "Rick James",
    "artist_ids": [
        "cba9cec2-be8d-41bd-91b4-a1cd7de39b0c"
    ],
    "album": "Come Get It!",
    "release_id": null,
    "release_group_id": "64d705d8-930b-3394-a015-ee13b9921cdc",
    "labels": [
        "Motown"
    ],
    "label_ids": [
        "8e479e57-ef44-490c-b75d-cd28df89bf1b"
    ],
    "release_date": "1978-04-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Come Get It! is the debut album by Rick James and the Stone City Band. It was released in April 1978 via the Motown sub-label Gordy Records.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}