Information about plays

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

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

{
    "id": 3588575,
    "uri": "https://api.kexp.org/v2/plays/3588575/?format=api",
    "airdate": "2025-12-08T17:16:48-08:00",
    "show": 65325,
    "show_uri": "https://api.kexp.org/v2/shows/65325/?format=api",
    "image_uri": "https://coverartarchive.org/release/d8f289e0-4aae-4ecb-9b9e-9c5c19eb24de/14947010430-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/d8f289e0-4aae-4ecb-9b9e-9c5c19eb24de/14947010430-250.jpg",
    "song": "There Should Be Unicorns",
    "track_id": null,
    "recording_id": "eba66632-e86a-4954-a4d8-9f94499b3bb8",
    "artist": "The Flaming Lips",
    "artist_ids": [
        "1f43d76f-8edf-44f6-aaf1-b65f05ad9402"
    ],
    "album": "Oczy Mlody",
    "release_id": null,
    "release_group_id": "2650cc67-41d7-44c0-afaf-a63ecc254976",
    "labels": [
        "Warner Bros. Records"
    ],
    "label_ids": [
        "c595c289-47ce-4fba-b999-b87503e8cb71"
    ],
    "release_date": "2017-01-12",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "flaming lips recording from 2002: https://www.youtube.com/watch?v=f6cM_ZjlMw8",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}