Information about plays

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

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

{
    "id": 3563008,
    "uri": "https://api.kexp.org/v2/plays/3563008/?format=api",
    "airdate": "2025-10-09T09:23:17-07:00",
    "show": 64786,
    "show_uri": "https://api.kexp.org/v2/shows/64786/?format=api",
    "image_uri": "https://coverartarchive.org/release/093c881d-0c72-4e7d-b6da-16b2e51f2b64/1798738745-500.jpg",
    "thumbnail_uri": "https://coverartarchive.org/release/093c881d-0c72-4e7d-b6da-16b2e51f2b64/1798738745-250.jpg",
    "song": "Atlantic City",
    "track_id": null,
    "recording_id": "49a09711-fb05-495a-87eb-0346b14061bf",
    "artist": "Bruce Springsteen",
    "artist_ids": [
        "70248960-cb53-4ea4-943a-edb18f7d336f"
    ],
    "album": "Nebraska",
    "release_id": null,
    "release_group_id": "324aee0c-36ec-35c1-9c93-b67a1d428037",
    "labels": [
        "CBS"
    ],
    "label_ids": [
        "b8d33bec-92cc-40d9-bd92-4eb089b401a9"
    ],
    "release_date": "1982-09-20",
    "rotation_status": null,
    "is_local": false,
    "is_request": false,
    "is_live": false,
    "comment": "#214 on YOUR countdown of the greatest albums of all time!\n\nThis track was picked as #215 on the countdown in 2022 of the top songs of the past 50 years\n\nSupport KEXP to oppose fear: https://www.kexp.org/donate/",
    "location": 1,
    "location_name": "Default",
    "play_type": "trackplay"
}