Information about plays

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

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

{
    "id": 3590096,
    "uri": "https://api.kexp.org/v2/plays/3590096/?format=api",
    "airdate": "2025-12-12T09:33:05-08:00",
    "show": 65354,
    "show_uri": "https://api.kexp.org/v2/shows/65354/?format=api",
    "image_uri": "https://ia802809.us.archive.org/34/items/mbid-19d1f065-7108-448a-9247-fb58cd1aeec4/mbid-19d1f065-7108-448a-9247-fb58cd1aeec4-20818720061_thumb500.jpg",
    "thumbnail_uri": "https://ia902809.us.archive.org/34/items/mbid-19d1f065-7108-448a-9247-fb58cd1aeec4/mbid-19d1f065-7108-448a-9247-fb58cd1aeec4-20818720061_thumb250.jpg",
    "song": "Daylight (Troublemaker remix)",
    "track_id": "525e9f30-8e93-32e6-bf55-46b8cb2a74d7",
    "recording_id": "a3af061e-a6f7-4439-9539-5eb2187a67f1",
    "artist": "Matt & Kim feat. De La Soul",
    "artist_ids": [
        "28537bf2-22c5-4840-91fc-fcb98e8c7379",
        "a8ebde98-7e91-46c7-992c-90039ba42017"
    ],
    "album": "Daylight (Troublemaker remix)",
    "release_id": "6e44fe7c-eb6c-4d00-8c9d-c3c3a2dec949",
    "release_group_id": "54c9c2dd-5412-4914-9b92-337cbf822e83",
    "labels": [
        "FADER Label"
    ],
    "label_ids": [
        "e4a9085f-f637-4e48-b9ac-443e4ebf68e0"
    ],
    "release_date": "2009-09-08",
    "rotation_status": "Library",
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "The original \"Daylight\" broke Matt & Kim into the spotlight.  It also caught the attention of Los Angeles-based DJ Troublemaker and legendary rap trio De La Soul, who then spun their own rendition of the track.\n--\nBoth songs were feature in the EA Sports game, NBA Live 10.",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}