Information about plays

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

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

{
    "id": 3575420,
    "uri": "https://api.kexp.org/v2/plays/3575420/?format=api",
    "airdate": "2025-11-08T05:45:40-08:00",
    "show": 65051,
    "show_uri": "https://api.kexp.org/v2/shows/65051/?format=api",
    "image_uri": "https://coverartarchive.org/release/72582f70-5df2-4bf8-8685-531d01c33f63/33574198727-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/72582f70-5df2-4bf8-8685-531d01c33f63/33574198727-250.jpg",
    "song": "Typewrite Lesson",
    "track_id": null,
    "recording_id": "8c71621f-0aa6-4af7-ade0-4561657c0339",
    "artist": "Cornelius",
    "artist_ids": [
        "df765d93-621c-437f-99fe-fda9e135f89a"
    ],
    "album": "Fantasma",
    "release_id": null,
    "release_group_id": "7ab5258c-d0d7-39f0-b1bb-383a4053c754",
    "labels": [
        "Lefse Records"
    ],
    "label_ids": [
        "66f10762-ed7a-4290-b17f-ce1d1dd6e657"
    ],
    "release_date": "1997-08-06",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": null,
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}