Information about plays

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

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

{
    "id": 3589461,
    "uri": "https://api.kexp.org/v2/plays/3589461/?format=api",
    "airdate": "2025-12-10T19:54:24-08:00",
    "show": 65342,
    "show_uri": "https://api.kexp.org/v2/shows/65342/?format=api",
    "image_uri": "https://coverartarchive.org/release/eeac6199-7752-4ff7-bbbb-670f938823d5/19206868081-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/eeac6199-7752-4ff7-bbbb-670f938823d5/19206868081-250.jpg",
    "song": "Lovefingers",
    "track_id": null,
    "recording_id": "3c7be70c-0c93-4ec1-a1cc-a55c70d0b175",
    "artist": "Silver Apples",
    "artist_ids": [
        "802d971d-5fb1-4ca1-8e56-69c64122d957"
    ],
    "album": "Silver Apples",
    "release_id": null,
    "release_group_id": "ebd73679-91c4-38dc-a698-a80b93a42e1d",
    "labels": [
        "Kapp Records"
    ],
    "label_ids": [
        "a181d9a4-7b62-4b40-9bad-5cb6d2e6ec91"
    ],
    "release_date": "1968-01-01",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "Silver Apples were an American electronic rock group from New York, active between 1967 and 1970, before reforming in the mid-1990s. It was composed of Simeon, who performed on a primitive synthesizer of his own devising; and, until his death in 2005, drummer Danny Taylor.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}